# Dependencies node_modules/ .pnp .pnp.js # Build outputs .next/ out/ build/ dist/ # Testing coverage/ .nyc_output/ *.lcov # IDE and editor .idea/ .vscode/ *.swp *.swo *~ # Git .git/ .gitignore # Documentation *.md LICENSE # Environment files (security) .env .env.* !.env.example # Debug and logs npm-debug.log* yarn-debug.log* yarn-error.log* .pnpm-debug.log* *.log # TypeScript cache *.tsbuildinfo # OS files .DS_Store Thumbs.db # Storybook storybook-static/ # Misc *.pem .vercel