# Dependencies node_modules/ package-lock.json # Testing coverage/ .nyc_output/ # Build outputs dist/ build/ *.log # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Environment .env .env.local .env.*.local # Temporary files *.tmp *.temp