# =============================== # Dependencies # =============================== node_modules/ .pnp .pnp.js # =============================== # Next.js build output # =============================== .next/ out/ # =============================== # Production builds # =============================== dist/ build/ # =============================== # Logs # =============================== npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* logs/ *.log # =============================== # Environment variables # =============================== .env .env.local .env.development.local .env.test.local .env.production.local # =============================== # TypeScript # =============================== *.tsbuildinfo # =============================== # Cache & tooling # =============================== .cache/ .eslintcache .turbo/ .vercel/ .next/cache/ # =============================== # Testing # =============================== coverage/ # =============================== # IDE / OS # =============================== .vscode/* !.vscode/extensions.json !.vscode/settings.json .idea/ *.swp *.swo .DS_Store Thumbs.db # =============================== # Misc # =============================== *.pem *.key