# Dependencies
node_modules

# Build outputs
.next
out

# Development
# Exclude all .env* files. A .env / .env.production accidentally placed here
# would otherwise be copied into the builder layer by `COPY . .` and persist
# in image history even if later removed (Docker layers are immutable).
.env*
*.log

# Testing
coverage
.jest

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

# OS
.DS_Store
Thumbs.db

# Git
.git
.gitignore

# Documentation
README.md
