chore: Add zip and gz files to .gitignore

Exclude temporary archive files (*.zip, *.gz) from version control.
These are typically temporary extraction artifacts and should not be
committed.

Author: Matthew Raymer
This commit is contained in:
Matthew Raymer
2025-12-18 09:16:23 +00:00
parent c39bd7cec6
commit 3f15352d8f

4
.gitignore vendored
View File

@@ -65,4 +65,6 @@ logs/
*.lock
*.bin
workflow/
screenshots/
screenshots/
*.zip
*.gz