# Development files
.git
.github
.gitignore
.vscode
.idea
.DS_Store

# Test files
test
tests
__tests__
*.test.js
*.spec.js

# Documentation
docs
doc
*.md
!README.md

# Build files
.travis.yml
.gitlab-ci.yml
.github
.circleci

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

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

# Coverage directory used by tools like istanbul
coverage
.nyc_output

# Dependency directories
node_modules

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# dotenv environment variable files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Temporary files
tmp
temp 