node_modules
.pnpm-store

# This is a pnpm workspace — the only lockfile is the root pnpm-lock.yaml.
# Stray npm/yarn lockfiles make Vercel mis-detect the package manager and
# break the build on workspace:* deps. Never commit them.
package-lock.json
**/package-lock.json
yarn.lock
**/yarn.lock

# Next.js
.next
out
.turbo

# Local env files
.env
.env.local
.env*.local
!.env.example

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

# Editor
.DS_Store
.vscode
.idea

# Build artifacts
dist
build

# Misc
*.log
tsconfig.tsbuildinfo
.vercel

# QA artifacts
apps/*/qa-screenshots/
.env*

# Next.js auto-generated (regenerated on every build) — see nextjs.org/docs typescript
next-env.d.ts
