node_modules/
.next/
out/
build/
dist/

# Environment
.env
.env.local
.env.production
.env.*.local

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

# OS
.DS_Store
Thumbs.db

# Editors
.vscode/
.idea/
*.swp
*.swo
*~

# Testing
coverage/
.nyc_output/
.playwright-cli/
.playwright-profiles/

# Deploy artifacts (local only)
.deploy/
AppV2/
AppV2/

# TypeScript
*.tsbuildinfo
.tsbuildinfo

# Temp files
temp_fix*.sql
deploy_fix*.py
*.tmp
*.bak

# Build outputs
.next/cache/
.next/standalone/
.next/static/
