From e9978f09f42c77b899cb2e58afd05a48383e166a Mon Sep 17 00:00:00 2001 From: Florian Berthold Date: Sun, 15 Mar 2026 12:12:47 +0100 Subject: [PATCH] Add __pycache__ to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0a8fa31..1b36f72 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ *.swp *.swo .DS_Store +__pycache__/