# Node.js
node_modules/

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

# Dependency directories
jspm_packages/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn
.yarn-integrity

# dotenv environment variables file
.env

# MacOS
.DS_Store

# Editor directories and files
.idea/
.vscode/
*.sublime-workspace

# Build directories
build/
dist/

# Docker
*.container
*.tar 