/target
.cargo-cache/

.env
.env.local
# Local provenance / legal notes (not published)
PROVENANCE.local.md

# Claude Code worktrees (agent isolation)
.claude/worktrees/

# Grand Slam Offer workshop (private strategy docs, not for public repo)
mag-offer.md
mag-research.md

# Local MCP config (machine-specific paths)
.mcp.json
# But track the plugin's MCP config (it's a fixed localhost endpoint)
!plugin/.mcp.json

# Benchmark datasets (large, downloaded separately)
data/*
# But track the local benchmark definition
!data/local_benchmark.json
