__pycache__/
*.pyc
.venv/
.pytest_cache/
*.egg-info/
dist/
.mypy_cache/
.ruff_cache/

# Claude Code worktrees (whetstone-worktrees skill)
.claude/worktrees/

# SDD subagent scratch (briefs, reports, ledger)
.superpowers/

# Loop artifacts — the user's tasks, the nightly run state, the checkpoints it
# produces, and the morning reports are the user's own data and never belong in
# the repo (see CLAUDE.md: no data egress, the loop stays local).
# Pre-declared: these directories don't exist yet: the loop is not built.
/runs/
/checkpoints/
/tasks/local/
/reports/local/
/_sandbox/

# Model weights — the bake-off loads local MLX checkpoints (13.4 GiB for the
# three candidates), and a blob committed once is in the history for good.
# Pre-declared: this directory doesn't exist yet: nothing has been fetched.
/weights/

# Dashboard
node_modules/
.next/
