From 53c6a4466df519a71d747a4595114f262c5d5f37 Mon Sep 17 00:00:00 2001 From: d8ahazard Date: Tue, 13 Feb 2024 12:22:28 -0600 Subject: [PATCH] Update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e40808d..7e5fda4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ data/** !**/.placeholder *.wav ./extensions/** +venv/** +*.pyc