RagaAI / .gitignore
ashishbangwal's picture
init
6c7823c
raw
history blame contribute delete
302 Bytes
# 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/