From 25ea481433a792243d10d76ddc3589d3eb2aa71e Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Tue, 9 Jul 2024 17:36:42 +0200 Subject: [PATCH] Ignore __pycache__ folders --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6cc1b1a..07dc1f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .ipynb_checkpoints/ +__pycache__/ .python-version