# 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 configs, not for the repo root
infrawise.yaml

# Test coverage
coverage/

# Demo recordings — generated on demand via pnpm record, not committed
docs/demo/gifs/
docs/demo/casts/

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

.superpowers/

.cursor/
