From e5cb181293728645b5a17a84646aba1687d6fd17 Mon Sep 17 00:00:00 2001 From: Carsten Schabacker Date: Tue, 20 Feb 2024 21:50:50 +0100 Subject: [PATCH] Ignore Python Cache files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 36ed097..d708872 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ config.ini .venv/ +__pycache__/