From a9a54080bcbcd25a502c8379aa6696036866f4be Mon Sep 17 00:00:00 2001 From: Kareem Horstink Date: Sun, 23 Aug 2026 16:06:31 +0000 Subject: [PATCH] chore: remove pycache, gitignore __pycache__ --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b7c8984..9ee725e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# Pycache +__pycache__/ +*.py[cod] + # Pi .pi/