# Node / JS
node_modules/
dist/
build/
out/
.next/
.turbo/
*.tsbuildinfo
*.tsbuildinfo.test
.tsbuildinfo.test
.pnpm-store/

# Lefthook / tooling caches
.lefthook-local.yml
.lefthook-cache/

# Env
.env
.env.local
.env.*.local

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

# Agent-local (Claude Code skills, workspace config)
.claude/

# Scratch design explorations (committed work lives in docs/brand/)
.design/

# Logs / coverage
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
coverage/
*.lcov

# Python (research tooling, if any)
__pycache__/
*.pyc
.venv/
venv/

# Go / Rust (if we pick one)
/target/
/bin/
*.exe

# Local DB / caches
*.sqlite
*.sqlite-journal
*.db
.cache/
tmp/

# Playwright (packages/e2e)
test-results/
playwright-report/

# apps/server esbuild artifact (scripts/bundle.mjs)
bundle/
