From 27fdf3cf24d4e4cb0cdb6b56e6cf92ffffa6f6c7 Mon Sep 17 00:00:00 2001 From: augustin64 Date: Sun, 7 Jul 2024 19:18:59 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4d777fd..49b3713 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,10 @@ +**/__pycache__ +.vscode +.venv + +recordings/ *.mkv +*.png out/ -.venv -mscz/ -recordings/ -**/__pycache__ \ No newline at end of file +scores \ No newline at end of file