29 lines
275 B
Text
29 lines
275 B
Text
# Build artifacts and large files
|
|
*.qcow2
|
|
*.img
|
|
*.raw
|
|
*.iso
|
|
|
|
# Image filesystem
|
|
image-fs/
|
|
|
|
# Output directory
|
|
output/
|
|
|
|
# Build files
|
|
build_files/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*~
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|