thera-guide-ai / .dockerignore
Said Lfagrouche
Initial commit with Git LFS enabled
8e66145
raw
history blame
352 Bytes
# Virtual environments
venv/
.env
# System files
.DS_Store
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Git
.git
.gitignore
# Local data directories (will be created in container)
data/
# Test directories
test_chroma_db/