# Build artifacts
*.iso
*.img
*.gz
*.tar
*.fat

# Seed working directories
seed-workdir-*/

# Temporary files
*.tmp
*.bak
*~

# OS files
.DS_Store
Thumbs.db

# Editor files
*.swp
*.swo
.vscode/
.idea/

# Go binaries (flasher-tool)
flasher-tool

# Proxmox connection config (contains credentials)
proxmox.yaml

# Environment secrets
env

# Observational deploy output (screenshots, logs)
observe-runs/

# External software / golden images
sources/

# Playwright MCP logs
.playwright-mcp/
