From 12e7a3588fde00593c8e695bc96c2b750f579c6c Mon Sep 17 00:00:00 2001 From: Ernad Husremovic Date: Sat, 30 Aug 2025 15:19:28 +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__/