__pycache__/
*.egg-info/
.venv/
venv/
build/
# Ignore the index dir but keep the enrichment cache committed so the Docker
# image (and Render deploy) boots without re-running ~60 LLM enrichment calls.
index/*
!index/enrichment.json
.pytest_cache/
.ruff_cache/
dist/
.env
.env.*
test-project

results/*
logs/
*.log
