# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Next.js
.next
out

# Testing
coverage
.nyc_output
__tests__/**/*.snap

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

# IDE
.vscode
.idea
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Git
.git
.gitignore

# Documentation
README.md
CHANGELOG.md

# Misc
*.log
