# ESLint ignore patterns for Deploy Platform CLI

# Build output
dist/
build/

# Dependencies
node_modules/

# Coverage
coverage/

# Logs
*.log
logs/

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

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Temporary files
tmp/
temp/

# TypeScript build artifacts
*.tsbuildinfo

# Lock files (should be committed)
# !package-lock.json
# !yarn.lock
# !pnpm-lock.yaml

# Test snapshots
__snapshots__/

# Compiled binary
deploy
