# Dependencies
node_modules/
.pnp
.pnp.js

# Build
.next/
out/
build/
dist/

# Database
*.db
*.sqlite
*.sqlite3

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

# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

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

# OS
.DS_Store
Thumbs.db

# Testing
coverage/
.nyc_output/
.auth/

# Python
__pycache__/
*.pyc
.venv/
.pytest_cache/
*.egg-info/

# TypeScript
*.tsbuildinfo
next-env.d.ts

# Vercel
.vercel

# Turbo
.turbo
test-results/
playwright-report/

# Generated images (cached locally, stored in GCP for prod)
public/images/generated/*
!public/images/generated/.gitkeep
