# 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 environments
.venv/
venv/
ENV/
env/

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

# Environment
.env

# Data
*.db
*.sqlite
*.sqlite3
chroma_data/
storage/
tests/fixtures/beir/
tests/fixtures/hotpot_sandbox/
tests/fixtures/musique_sandbox/
tests/fixtures/*_backup_high_res_5k/

# Logs and artifacts
*.log
=0.3.0

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db


infra/

# Gemini
GEMINI.md
.gemini/
venv*/
.venv*/
