__pycache__/
*.py[cod]
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
*.egg-info/
dist/
build/
node_modules/

# Datasets are fetched from their publisher, never redistributed here.
data/

# Runs contain generated outputs and can be large. Publishing scores is not
# this repo's job — see the non-goals in the README.
runs/

# Machine-local agent settings. `.claude/settings.json` (if it ever exists) is
# shared config and stays tracked.
.claude/settings.local.json
