# Dependencies
node_modules/
.pnp
.pnp.js

# Build outputs
.next/
out/
build/
dist/
*.tsbuildinfo
**/.next/
**/out/
**/build/
**/.next/cache/
**/.next/types/

# Coverage
coverage/
*.lcov
.nyc_output

# Env
.env
.env.local
.env.*.local

# Cloudflare
.wrangler/

# Playwright
test-results/
playwright-report/
playwright/.cache/

# Infra artifacts
infra/.last-function-url
infra/waitlist-lambda.zip

# OS
.DS_Store

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

# Editor
.idea/
.vscode/
