From 2d028b3a1b6688ed51040e58b7b34437d448830e Mon Sep 17 00:00:00 2001 From: Ernad Husremovic Date: Sun, 25 Jan 2026 13:45:24 +0100 Subject: [PATCH] Ignore __pycache__ --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b2a5b09..e1ac8d1 100644 --- a/.gitignore +++ b/.gitignore @@ -61,4 +61,5 @@ venv.bak/ .Spotlight-V100 .Trashes ehthumbs.db -Thumbs.db \ No newline at end of file +Thumbs.db +*.pyc