# Dependencies
node_modules
.pnp
.pnp.js
.yarn/install-state.gz

# Testing
coverage
.nyc_output

# Next.js
.next
out

# Production
build
dist

# Misc
.DS_Store
*.pem
.git
.gitignore

# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Local env files
.env
.env.*
.env.local
.env.development
.env.test
.env.production

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

# Project specific
README.md
dev/
public/uploads
Dockerfile
.dockerignore
docker-compose*.yml

# Cache
.eslintcache
*.tsbuildinfo