incus-contrib/.gitignore

47 lines
576 B
Plaintext

# 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 configs (contain secrets, per-target and default)
incusos/proxmox.yaml
incusos/targets/*/proxmox.yaml
# Per-target env files
env-*
# Environment secrets
env
# Observational deploy output (screenshots, logs)
observe-runs/
# External software / golden images
sources/
# Playwright MCP logs
.playwright-mcp/