# dependencies
/node_modules
.pnpm-store

# next
/.next
/out
next-env.d.ts

# production
/build

# test / coverage
/coverage

# misc
.DS_Store
*.tsbuildinfo
*.log

# env
.env*
!.env.example
*.pem
*.key
*.p8
*.p12
*.cer
*.crt
*.secret
*.secrets.*
/secrets/

# editor
.vscode
.idea
.vercel
.claude/
.superpowers/
.burn-rate/
supabase/.temp/

# local agent/operator notes
AGENTS.md
CLAUDE.md
**/AGENTS.md
**/CLAUDE.md
/hunch-scope.md
/SUBMISSION.md
/notes/
/scratch/
/tmp/

# internal docs; keep the markdown source used by the public roadmap route
/docs/*
!/docs/ARBITRUM.md
!/docs/hunch-catalysts-10m-manifesto.md
!/docs/playhunch-future-roadmap.md
# Agent-facing coin-flip betting guide (committed — the GitHub-readable copy of
# the published /agents/docs#coin-flip + llms-full.txt sections)
!/docs/agent-coin-flip-betting.md
# Session report — agentic-infra + UX pass (committed for the record)
!/docs/session-2026-07-03-agentic-infra-and-ux.md
# Context Router per-feature docs (committed — the relocated CLAUDE.md context)
!/docs/context/
!/docs/context/*.md
# Hunch-on-Sui docs (committed — runbook + submission notes for the Sui rail)
!/docs/sui/
!/docs/sui/*.md

# generated media and local capture artifacts
/videos/
/recordings/
/screenshots/
/captures/
/generated_images/
captures/
*.mp4
*.mov
*.webm
*.m4v
*.wav
*.mp3
.gstack/

# Foundry (Arbitrum vault)
contracts/out/
contracts/cache/
contracts/broadcast/

# Python agent SDK (sdk/python) + examples
__pycache__/
*.pyc
.pytest_cache/
*.egg-info/
sdk/python/dist/
sdk/python/build/

# Agent SDK build output
packages/*/dist/

# Move build artifacts (regenerated by `sui move build`)
move/**/build/
