# Dependencies
node_modules/
bower_components/
vendor/

# Build outputs
dist/
build/
out/
*.log
*.min.js
*.min.css

# Environment files
.env
.env.local
.env.*.local
*.env

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
*.sublime-project
*.sublime-workspace

# OS files
Thumbs.db
.DS_Store
.AppleDouble
.LSOverride

# Testing
coverage/
.nyc_output/
*.test.js.snap

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Runtime data
pids/
*.pid
*.seed
*.pid.lock

# Temporary files
tmp/
temp/
*.tmp

# Cache
.cache/
.parcel-cache/
.next/
.nuxt/
.eslintcache

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Package manager lock files (uncomment if needed)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
