# ============================================
# ITOps Agent Platform - Docker Ignore File
# ============================================

# Dependencies (will be installed in container)
**/node_modules/

# Build outputs (will be built in container)
**/dist/
**/build/

# Environment files (should be provided at runtime)
.env
.env.local
.env.*.local
.env.example

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

# Logs
*.log
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Version control
.git/
.gitignore
.gitattributes

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini

# Database files (use Docker volumes for persistence)
**/*.db
**/*.sqlite
**/*.sqlite3
**/data/

# Temporary and cache files
*.tmp
*.temp
.cache/
*.tsbuildinfo

# Documentation and examples (not needed in production image)
blog/
docs/
examples/
assets/
*.md
!README.md
wechaterweima.png

# CI/CD configurations
.github/
.gitlab-ci.yml
.travis.yml
Jenkinsfile

# Docker files (don't need to copy themselves)
Dockerfile
Dockerfile.*
docker-compose*.yml
.dockerignore

# Test files
coverage/
.nyc_output/
__tests__/
*.test.*
*.spec.*

# Development scripts
start.sh
stop.sh
start.ps1
stop.ps1
TEST_GUIDE.md

# Trae AI configuration
.trae/

# GitHub assets (screenshots)
.github/

# Windows PowerShell
*.psd1
*.psm1
