From 20e6dadd8760416056d4bcb1ede4416c9de897b4 Mon Sep 17 00:00:00 2001 From: Ernad Husremovic Date: Sun, 25 Jan 2026 13:45:24 +0100 Subject: [PATCH] Ignore __pycache__ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b1d7dec..7f54042 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ __pycache__/ *.py[cod] *$py.class +*.pyc