# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual envs
.venv/
venv/
env/

# Local data / secrets — NEVER commit real data
.env
*.env
chroma_db/
*.sqlite3
scratch/
sample_store/
report.md
