From a1137a1456868396c83bf386bafde00e657ac931 Mon Sep 17 00:00:00 2001 From: Ernad Husremovic Date: Sun, 25 Jan 2026 13:45:23 +0100 Subject: [PATCH] Ignore __pycache__ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4166cc8..d12b023 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ wheels/ *.egg-info/ .installed.cfg *.egg +*.pyc