34 lines
336 B
Plaintext
34 lines
336 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 config (contains credentials)
|
|
proxmox.yaml
|
|
|
|
# Environment secrets
|
|
env
|