# Dependencies & build output (CI rebuilds these)
node_modules/
dist/
.astro/

# Secrets — only .env.example is committed
.env
.env.*
!.env.example

# Local tool/editor state
.claude/settings.local.json
npm-debug.log*
.DS_Store

# Test artifacts
test-results/
playwright-report/

# Working/planning docs — kept on disk, not version-controlled (see docs/ for committed records)
planning/
