# Dependencies node_modules/ # Next.js build output .next/ out/ # Debug logs npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* # Environment files (keep examples tracked) .env .env.* !.env.example !.env.*.example .env.local .env.development.local .env.test.local .env.production.local # TypeScript *.tsbuildinfo # Testing and coverage coverage/ # Caches .turbo/ .cache/ .eslintcache # Deployment/platform .vercel/ # Build artifacts dist/ # Editors/IDE .vscode/ .idea/ # OS-specific .DS_Store # Keep Next.js type helper tracked !next-env.d.ts # Local data caches (do not commit) data/cards.json data/checklist.json