From 1c8cc2797ed779c39a6b931f34680317265afb51 Mon Sep 17 00:00:00 2001 From: robojerk Date: Tue, 15 Jul 2025 19:00:55 -0700 Subject: [PATCH] chore: Add Python cache files to .gitignore --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index a2372eb..4fffc3f 100644 --- a/.gitignore +++ b/.gitignore @@ -80,3 +80,11 @@ quick-*.sh *.pdf *.docx *.pptx + +# Python cache files +__pycache__/ +*.pyc +*.pyo +*.pyd +.Python +*.so