# Dependency directories
node_modules/

# Log files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# OS files
.DS_Store

# Version control
.git/
.gitignore

# Docker
.dockerignore

# Local env files
.env
.env.*

# Build artifacts
dist/
out/
build/
