# Node modules
node_modules/

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

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

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov/

# Coverage directory used by tools like istanbul
coverage/
.nyc_output/

# dotenv environment variables
.env
.env.test
.env.*.local

# Optional npm cache directory
.npm

# Next.js build output (if using Next.js)
.next/
out/

# Build output
dist/
build/

# TypeScript cache
*.tsbuildinfo

# Optional REPL history
.node_repl_history

# IDEs and editors
.vscode/
.idea/
*.sublime-workspace
*.sublime-project

# OS files
.DS_Store
Thumbs.db
