# Next.js
.next/
out/
build/

# Dependencies
node_modules/

# Standalone output
.next/standalone/
.next/static/

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

# Misc
.DS_Store
*.pem
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

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

# Generated API types (produced by pnpm codegen)
lib/api/types.generated.ts
