.DS_Store
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/

.local_pkgs/
.agentprop_sessions/

.venv/
venv/
__pycache__/
*.py[cod]

dist/
build/
*.egg-info/

results/
reports/
benchmark-results/
jobs/
*.csv
*.jsonl

# Internal working notes (paper drafts, roadmaps, release ops, launch runbooks)
docs/local/

!docs/results/
!docs/results/**
!docs/results/**/*.csv

# In-progress benchmark artifacts (never commit, even under docs/results/)
**/PARTIAL_REPORT.md
**/results_partial.json
**/checkpoint.json
