Spaces:
Sleeping
Sleeping
# Ignore ChromaDB storage folder | |
**/chroma_storage/* | |
# Python artifacts | |
__pycache__/ | |
*.py[cod] | |
*.pkl | |
*.db | |
*.sqlite3 | |
# Environment files | |
.env | |
*.env | |
# OS-specific | |
.DS_Store | |
Thumbs.db | |
# Jupyter/IPython | |
.ipynb_checkpoints/ | |
# Virtual environments | |
.venv/ | |
.env/ | |
# Logs and cache | |
*.log | |
*.cache/ | |
.cache/ | |