From 4cc718407002aa0fd441540fa95496a391bfb089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Molecule=20AI=20=C2=B7=20plugin-dev?= Date: Sun, 10 May 2026 16:17:29 +0000 Subject: [PATCH] chore: append Python ignores to .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 2af45b5..c0abeb1 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,9 @@ # Workspace auth tokens .auth-token .auth_token +# Python bytecode (append only — do not remove entries above) +__pycache__/ +*.pyc +*.py[cod] +*$py.class +.pytest_cache/