# =============================================================================
# Docker Ignore File
# =============================================================================
# Exclude files from Docker build context to reduce image size and build time
# =============================================================================

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Build output
dist/
build/

# Environment files (use build args or runtime env vars instead)
.env
.env.local
.env.*.local

# Git
.git/
.gitignore
.github/

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

# Documentation
*.md
!README.md
docs/

# Testing
coverage/
.nyc_output/

# Supabase local
.supabase/

# Misc
*.log
.cache/
temp/
tmp/
