From 89bd33afc6b38088d92102d13feca2e85aabb772 Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 19 May 2024 13:48:47 -0400 Subject: [PATCH] pycache ignored --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a547bf3..1efcb2b 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ dist-ssr *.njsproj *.sln *.sw? +**/__pycache__/ \ No newline at end of file