From b617ce8b8e4e481087067924ec0aa7ee73b096f2 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 345c6b7..1b176f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ # Python cache __pycache__/ +*.pyc