From fdcefdada91f2a3494d6b6ecbc30d135e8654446 Mon Sep 17 00:00:00 2001 From: illyum <90023277+itzilly@users.noreply.github.com> Date: Mon, 15 Jul 2024 00:32:56 -0600 Subject: [PATCH] Update gitignore Remove all the files generated by the app --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5d381cc..8c8025a 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,6 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +# Files generated by app +/tmp/ +output.mp4