# Dependencies
node_modules/
.pnp
.pnp.js

# Build outputs
dist/
build/
.next/
out/

# Turbo
.turbo/

# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Coverage
coverage/
*.lcov

# Playwright
playwright-report/
test-results/

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Editor
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Prisma
prisma/*.db
prisma/*.db-journal

# Claude Code & internal docs
.claude/
CLAUDE.md
SETUP.md
TESTING.md
INTERSWITCH.md
.github/
branch_structure.json
temp_auto_push.bat
temp_interactive_push.bat
.gitignore
