node_modules/
dist/
build/

# Local env files — never commit (may hold secrets). .env.example is the committed template.
.env
.env.local
!.env.example

.superpowers/
.turbo/
coverage/
.docusaurus/
.playwright-mcp/
playwright-report/
test-results/
*.tsbuildinfo
.DS_Store

# Local launch + setup tooling (not for public repo)
/tools/
/docs/launch/

# Local agent runtime artefacts (Claude Code, scheduled tasks, worktrees)
.claude/

# Local screenshots / scratch images at repo root
/blog*.png
/home*.png
/learn.png
/showcase-detail.png
/stack.png

# Generated ecosystem readiness reports (latest regenerated locally/CI)
artifacts/ecosystem-readiness/readiness-*.json
artifacts/ecosystem-readiness/readiness-*.md

# Local Doc Bridge and verification outputs (the contract and benchmark snapshots are tracked).
.doc-bridge/report.html
.doc-bridge/workflow/
.codex/verification/
