46 lines
595 B
Text
46 lines
595 B
Text
/.idea
|
|
/output
|
|
/bin
|
|
/bib
|
|
__pycache__
|
|
.python-version
|
|
|
|
#Original Red Hat Version
|
|
.Red_Hat_Version
|
|
!.Red_Hat_Version/docs
|
|
!.Red_Hat_Version/download-sources.sh
|
|
!.Red_Hat_Version/readme.md
|
|
|
|
# Build artifacts and temporary files
|
|
work/
|
|
output-*
|
|
*.img
|
|
*.raw
|
|
*.qcow2
|
|
*.iso
|
|
container.tar
|
|
|
|
# Image files (large binary artifacts)
|
|
*.img
|
|
*.qcow2
|
|
*.raw
|
|
|
|
# Large binary files
|
|
bootc-image-builder
|
|
**/bootc-image-builder
|
|
**/particle-os-*
|
|
**/bib-canary-*
|
|
**/create-*-image
|
|
|
|
# Binary directories
|
|
bin/
|
|
bib/
|
|
|
|
# Go build artifacts
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Red Hat source directories (read-only)
|
|
.Red_Hat_Version/
|