# python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
dist/
build/

# tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# env & secrets
.env
.env.*
!.env.example

# runtime data (uploaded files live here)
data/

# local planning docs — not part of the public repo
plans/

# editors / os
.idea/
.vscode/
*.swp
.DS_Store

# agent scratch: local worktrees and knowledge-graph output
.claude/worktrees/
graphify-out/
.release/

# corpus v2 build artifacts and rejected generations
corpus/large/build/
corpus/large/rejected/

# eval run logs (structlog JSON, large)
eval/*.log
