__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
dist/
build/
*.egg-info/
.DS_Store
tests/reference/*.pth
tests/reference/*.pt

# hatch-vcs auto-generated
src/mlx_taef/_version.py

# working-state (specs/plans/reviews + scratch notes) lives at the workspace root, never here
docs/superpowers/
notes/

# per-repo agent guidance — local-only working state, never committed
/CLAUDE.md
/AGENTS.md

# durable live-benchmark worker checkpoints; the consolidated report is tracked
/_artifacts/.*-partials/
