44 lines
523 B
Plaintext
44 lines
523 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
|
|
|
|
# Per-environment secrets and connection configs
|
|
envs/*/env
|
|
envs/*/proxmox.yaml
|
|
|
|
# Legacy: root env file (backward compat)
|
|
env
|
|
|
|
# Observational deploy output (screenshots, logs)
|
|
observe-runs/
|
|
|
|
# External software / golden images
|
|
sources/
|
|
|
|
# Playwright MCP logs
|
|
.playwright-mcp/
|