# Environment
.env
.env.local
.env.*.local

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg
.eggs/
pip-log.txt
pip-delete-this-directory.txt

# Virtual environments
venv/
.venv/
env/
*/env/
*/venv/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Project specific
data/
uploads/
chroma_db/
*.db
*.sqlite3
milvus-data/
.dev-media/

# Testing
.pytest_cache/
.coverage
htmlcov/
.coverage.*
*.log

# Jupyter
.ipynb_checkpoints/

# Vector stores & models
*.bin
*.pkl
*.joblib
*.onnx
.huggingface/
cache/
