# Dependencies
node_modules
npm-debug.log

# Build output
dist

# Environment files
.env
.env.*
!.env.example

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

# OS
.DS_Store
Thumbs.db

# Git
.git
.gitignore

# Docker
Dockerfile
docker-compose*.yml
.dockerignore

# Testing
coverage
.nyc_output
test
*.spec.ts
*.test.ts

# Documentation
docs
*.md
!README.md

# Logs
logs
*.log

# Prisma
prisma/migrations

# Misc
.eslintcache
.prettierignore
