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

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Secrets
.env

# Bench artifacts: caches, downloaded data, and generated tables/plots stay local.
# (The raw cache is a cost guardrail; commit it deliberately if you want reuse.)
bench/results/
bench/datasets/*.jsonl
