# Dependencies node_modules/ .pnpm-store/ # Build outputs .next/ out/ build/ dist/ # Environment files (keep .env.example) .env .env.local .env.*.local # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Debug npm-debug.log* yarn-debug.log* yarn-error.log* .pnpm-debug.log* # TypeScript *.tsbuildinfo next-env.d.ts # Vercel .vercel # Testing coverage/