# Git
.git
.gitignore
.gitattributes

# Node
node_modules
npm-debug.log
yarn-error.log
# package-lock.json is needed for npm ci

# Build artifacts
dist
build

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

# Testing
coverage
.nyc_output

# OS
.DS_Store
Thumbs.db

# PM2
.pm2
*.log

# Documentation
README.md
*.md

# Docker
Dockerfile
docker-compose.yml
.dockerignore

# Scripts
*.sh
