# ═══════════════════════════════════════════════════════════════════════════
# Kyros Website - Docker Build Context Ignore Rules
# ═══════════════════════════════════════════════════════════════════════════

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

# Next.js
.next
out
dist
build

# Testing
coverage
.nyc_output

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

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

# OS
.DS_Store
Thumbs.db

# Git
.git
.gitignore
.gitattributes

# CI/CD
.github

# Documentation
*.md
!README.md

# Misc
*.log
.cache
