__pycache__/
*.pyc
.venv/
dist/
build/
*.egg-info/
.mypy_cache/
.ruff_cache/
.pytest_cache/
*.key
*.pem
# runtime ledger exports, but the benchmark corpus must ship (reproducibility)
*.jsonl
!benchmarks/corpus.jsonl

# local-only autonomous development brief and internal review notes
MISSION.md
review/

# third-party benchmark datasets are fetched locally, never redistributed
benchmarks/external/_data/
