# Python
__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

# Virtual Environment
.env
.venv
env/
venv/
ENV/

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

# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
.nox/
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Project specific
documents/
embeddings/
*.log
data/
tests/data/
tests/temp/
*.sqlite3
*.db

# Local configuration files
.env.*

# ChromaDB and vector database files
chroma_db/
*_chroma/
.chroma/

# Test persistence directories
test_chroma_persist/
test_faiss_persist/
