Added output to .gitignore

Added the output folder to .gitignore
This commit is contained in:
Insanecraft
2025-08-12 19:13:00 +01:00
committed by GitHub
parent fad32d1bfd
commit 49395ee846

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
# Stop git from adding ripped movies to repo
output/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[codz]