# Dependencies
node_modules/
.pnpm-store/
.npm/
.yarn/

# Build outputs
dist/
dist-ssr/
build/
coverage/
*.tsbuildinfo
vite.svg

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Env / local config
.env
.env.*
!.env.example
*.local

# Cache / temp
.cache/
.vite/
.eslintcache
tmp/
temp/
*.tmp
*.temp
.tmp-flow-deep-thinking/


# Local tool workspaces (not project source)
.tmp-superpowers/
.trae/
.claude/

# IDE / editor
.vscode/*
!.vscode/extensions.json
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
Desktop.ini
