From 830d299a017297bc6aeba154e85ffeb09b30b1ab Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Thu, 17 Mar 2022 00:09:39 -0400 Subject: [PATCH] Update gitignore to ignore all pycache folders --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a9c4648..4b7f14d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,7 @@ /.idea/ /Releases/ /Old/ -/__pycache__/ -*/__pycache__/ +**/__pycache__/ /venv/ *.7z *.bat