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

# Runtime data
pids
*.pid
*.seed

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

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# node-waf configuration
.lock-wscript

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages
bower_components
typings

# Editors
.idea
*.iml

# OS metadata
.DS_Store
Thumbs.db

# test
__snapshots__

# package-lock.json
package-lock.json

# pnpm-lock.yaml
pnpm-lock.yaml

# build
dist
build

# redis
*.rdb

# pycache
__pycache__
