From 0146a9eabde623633c3b515170e1c9829e45e030 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 4166cc8f..d12b0232 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ wheels/ *.egg-info/ .installed.cfg *.egg +*.pyc