From 88be48029e87cc87dfade39f1f956d327cd85c1c Mon Sep 17 00:00:00 2001 From: Ernad Husremovic Date: Sat, 30 Aug 2025 15:18:47 +0200 Subject: [PATCH] Add __pycache__/ to .gitignore and clean cache --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..345c6b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Python cache +__pycache__/