diff --git a/.gitignore b/.gitignore index b02ac7e4..8b7fc5ef 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,11 @@ bin/ # Node node_modules/ +# Python (skill-bundled helper scripts) +__pycache__/ +*.py[cod] +*$py.class + # OS .DS_Store diff --git a/skills/lark-sheets/scripts/__pycache__/sheets_df.cpython-312.pyc b/skills/lark-sheets/scripts/__pycache__/sheets_df.cpython-312.pyc deleted file mode 100644 index 296c9c4f..00000000 Binary files a/skills/lark-sheets/scripts/__pycache__/sheets_df.cpython-312.pyc and /dev/null differ