From 2099055a39bdca367d399b728d2c4c5d884801c5 Mon Sep 17 00:00:00 2001 From: David Kruger Date: Mon, 5 May 2025 10:43:48 -0700 Subject: [PATCH] Adding .wav and .txt files to gitignore to avoid checking in these in/out files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1cb3e7c..731e24a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ __pycache__/ *.swp *.swo *.log + +*.wav +/*.txt