Update .gitignore to exclude binary files and build artifacts

This commit is contained in:
robojerk 2025-08-24 15:35:14 -07:00
parent 0409f1d67c
commit f43a0223f8
3 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View file

@ -1,6 +1,7 @@
/.idea /.idea
/output /output
/bin /bin
/bib
__pycache__ __pycache__
.python-version .python-version
@ -26,6 +27,11 @@ container.tar
# Large binary files # Large binary files
bootc-image-builder bootc-image-builder
**/bootc-image-builder
# Binary directories
bin/
bib/
# Red Hat source directories (read-only) # Red Hat source directories (read-only)
.Red_Hat_Version/ .Red_Hat_Version/

Binary file not shown.

Binary file not shown.