# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnpm-store/

.pnpm-store/

# pnpm 11+ auto-regenerates this locally to record build-script approvals.
# It must NOT be committed: Vercel's pnpm 9.x treats it as a monorepo config
# and fails with "packages field missing or empty". This project is not a workspace.
/pnpm-workspace.yaml

# next.js
.claude
secretive
/.next/
/out/

# production
/build

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

# env files
.env*

# vercel
.vercel

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

docs/
docs