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