From 49395ee84688d92614d01105a5aede2237dde519 Mon Sep 17 00:00:00 2001 From: Insanecraft <63868236+hhhug000@users.noreply.github.com> Date: Tue, 12 Aug 2025 19:13:00 +0100 Subject: [PATCH] Added output to .gitignore Added the output folder to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b7faf40..2f35b3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Stop git from adding ripped movies to repo +output/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[codz]