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

# Build output
dist
build

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

# IDE and editor files
.idea
.vscode
*.swp
*.swo
*~
.DS_Store

# Git
.git
.gitignore

# Documentation
README.md
docs

# Testing
coverage
.nyc_output

# Docker
Dockerfile
docker-compose*.yml
.dockerignore

# Misc
.eslintcache
.npm
.yarn