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