From 5bae7cf1fe1e5119d8262dbf120838f9bb208353 Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 3 Sep 2025 22:14:35 +0200 Subject: [PATCH] chore: add __pycache__ to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0ce5f9a..f8993e1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ *swp *swo +__pycache__ + outputs/ inputs/ *.wav