__pycache__/
*.py[cod]
*.egg-info/
dist/
.venv/
*.sqlite3
.pytest_cache/
.coverage*
.mypy_cache/
.ruff_cache/
site/
benchmarks/logs/

# Working notes and local scratch. Not part of the package. Published
# benchmark data is committed under benchmarks/ by its dated filename; anything
# matching these patterns is a local run that has not been reviewed.
*-NOTES.md
*CHECKLIST*
.scratch/
results-raw-*-[a-z]*[0-9].json
