# Dependencies & build
node_modules/
dist/

# TypeScript
*.tsbuildinfo

# Infrawise cache (anywhere in the tree)
**/.infrawise/cache/

# Demo configs — tracked (reference seed configs, kept in sync with features)

# Environment & secrets
.env
.env.local
.env*.local

# Logs
*.log

# Editor & OS
.DS_Store
.claude/settings.local.json

# Generated by infrawise start — machine-specific absolute paths, not committable
.mcp.json
.cursor/mcp.json

# Local infrawise config — personal dev config at the repo root only.
# Anchored: the demo configs under demo/*/ are tracked on purpose.
/infrawise.yaml

# Test coverage
coverage/

# Demo recordings — casts generated on demand via pnpm record; published GIFs are committed
docs/demo/gifs/*
!docs/demo/gifs/mcp.gif
!docs/demo/gifs/analyze.gif
docs/demo/casts/

# Claude Code skills — local tooling, not part of the project
docs/superpowers/

.superpowers/

.cursor/
