# Dependencies
node_modules/

# Build outputs
dist/
*.tsbuildinfo

# Environment
.env
.env.local

# IDE
.idea/
.vscode/
*.swp
*.swo

# Claude Code (local per-user settings)
.claude/settings.local.json
.claude.json

# OS
.DS_Store
Thumbs.db

# Bun
bun.lockb

# Generated (in user projects, not templates)
# apps/*/generated/

# Mandu runtime
.mandu/
.mandu-edge-test-scratch/
.perf/
.smoke/

# Temporary files
*.log
*.tmp
.tmp-*/
nul

# Claude Code session state (local per-user)
.claude/scheduled_tasks.lock

# Local debug / ad-hoc scratch files
DNA/
packages/cli/chokidar-test.ts

# Auto-generated test artifacts
mandu-report.json
packages/cli/spec/architecture.json

# Round-trip integration test fixtures (cleaned up by afterAll, ignored as safety net)
**/__fixtures-roundtrip/

# Playwright test results
**/test-results/
