# Dependencies node_modules/ # Build output lib/ dist/ build/ out/ # Test coverage coverage/ .nyc_output/ # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Runtime data pids/ *.pid *.seed *.pid.lock # Environment files .env .env.local .env.*.local # IDE files .vscode/ .idea/ *.swp *.swo *~ # OS files .DS_Store Thumbs.db # Temporary files tmp/ temp/ .tmp/ # Cache .cache/ .eslintcache .prettierignore # Test artifacts test-results/