thera-guide-ai / .gitignore
Said Lfagrouche
Initial commit with Git LFS enabled
8e66145
raw
history blame
577 Bytes
# Virtual environments
venv/
env/
ENV/
.env
# Python cache
__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
# Jupyter Notebook
.ipynb_checkpoints
# OS specific
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE specific
.idea/
.vscode/
*.swp
*.swo
# Local data directories (optional - you might want to keep these)
# Uncomment if you don't want to track these
# data/
# Test directories
test_chroma_db/
# Logs
logs/
*.log