From 2a5a3b07c8071ba3fbe5d81b81284632032f25c4 Mon Sep 17 00:00:00 2001 From: apeatling Date: Wed, 27 Dec 2023 13:51:38 -0800 Subject: [PATCH] Update gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 4e6130a..0686d19 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ __pycache__/ *.py[cod] *$py.class +.DS_Store # C extensions *.so @@ -161,3 +162,6 @@ cython_debug/ # Whisper Models whisper/ + +# Audio Files +temp.wav