# Dependencies node_modules/ # Build and packaged artifacts build/ dist/ *.exe *.pkg *.tgz # Runtime logs and diagnostics logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # Environment and local-only configuration .env .env.* !.env.example *.local # Test and coverage output coverage/ .nyc_output/ # Package manager caches .npm/ .yarn/ .pnpm-store/ # Editor and OS files .idea/ .vscode/ *.swp *.swo .DS_Store Thumbs.db