From c7a3dd472ea1614819db959dc3ce0096924e9729 Mon Sep 17 00:00:00 2001 From: xiongyuanwen-byted Date: Wed, 24 Jun 2026 16:56:32 +0800 Subject: [PATCH] chore: drop accidentally-committed __pycache__/ and gitignore .pyc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous commit (5fac9c39) shipped sheets_df.py and inadvertently included its `__pycache__/sheets_df.cpython-312.pyc` — local Python import created the bytecode cache during PPE round-trip verification and `git add skills/lark-sheets/` swept it in. Remove the pyc and add Python bytecode patterns to .gitignore so the skill-bundled helper scripts don't pull cache files into future commits. --- .gitignore | 5 +++++ .../__pycache__/sheets_df.cpython-312.pyc | Bin 1657 -> 0 bytes 2 files changed, 5 insertions(+) delete mode 100644 skills/lark-sheets/scripts/__pycache__/sheets_df.cpython-312.pyc 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 296c9c4f4e32823b422e9f3ad3564d46ec3ff376..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1657 zcmai!UuYaf7{F)tZugSCrp0UhhiHc&>NdG7wTNJXis>IJ5~WdS@8xc@GuNBT-tICp zYq*k!J``<0Nm_+epA;-8Da98-r1Y^=d})Xf*hkw!eCmaJ^T}`a?viQ*huxX^zWKgy z{(Qfg-$q7k1f}rxWOF8u(0wfoiqY?MUxLmmqNsu>rbd7(IBShcj+!)g30Lwoe+gC0 zw&7UGPZ*)&p7Kr#uf@n8pL|J9GA4M~l+;z+0(;R@C+6@({Io%m7QF2|l!JUst~ zZ4)SU5w%EfGgVqAJwHP0RTWh;^>}Yo%d~FW)BRaQ5|Zp7{DA9IYe^P-%;Y5W;dtvj zVEULn67V_UiS{@NBL(90d#5MtKXtli{9Hflx+%b~p87QD# zL{0NCvEQWz&E3ea_3hXC5w2rug1xoZzB#;Cr!rEte&F96*=x1dS8;qDFB-z6)}o>N zvxp;IJB14;KJff`5&>U3nS^wxC{wXeiMGy)M`~lrn+sSuP82Ek(W;TyYX^}>C(?Wf zq^72f1Fq5>myu(nRwOt?NQ*!XtJWjY@>FV34ZTbYJy|-1G~bj_n3_5e=pl((7JAdE z1t5TVnv+UoLzMf<$)yIZ3%H?3=wpyNE5ONL-2F%bUhZ65G3tdrbB{-U(tnDcQRZgsxS9}|WLG5MZg#O`rtELhmA>FHMA#v4B5uQ;cJUJjVg5sUAqi9$ zQO82V2UhZ(oVm|>VDDc(vUFtS%xdLI<(q|{Ppnino_uG+p6-}1sx6;b8C`X*IGd%> z_0s5f$2LkYZw1CGoKlV_Mzkzg4&16a;8xZl~i z5uLamSYGeh+vN@D(eFxH@S`AUh0?*|X$YSYpmQD5ba)3&u^)yU45($Vo8B@JC8*P4 zrs+Kb;yKW~0KXiA>LPkj99f=Pn!09QtA91}ee&bEb@#2`i*IihPpubE-8Jtvem$^J zJbN#HR_HuBc*e2PLbVDHY_%$iph~S6UPModXF$jjo=x!s${czN7@BHDGzr+7;xHKL jmC5I!>f|uS+e0?acb`Id-+gqjYZb87J!If>ICK9S{_Dnn