# Git
.git
.gitignore

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.pnpm-store/

# Build
dist/
build/

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

# Testing
tests/
coverage/

# Logs
*.log

# OS
.DS_Store
Thumbs.db

# Documentation
*.md
!README.md
!ENV_VARIABLES.md

# Docker
Dockerfile*
docker-compose*.yml

