# Dependencies
node_modules/

# Testing
coverage/
.nyc_output/

# Production build
build/
dist/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Logs
*.log
npm-debug.log*

# Environment
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Git
.git/
.gitignore

# Misc
*.swp
*~
