From 6bd00dbd5ba7ca0d71deba25293f4770a32da30f Mon Sep 17 00:00:00 2001 From: QLHazyCoder <2825305047@qq.com> Date: Sun, 10 May 2026 06:54:06 +0800 Subject: [PATCH] chore: ignore generated python caches --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bdd9291..9ed4eab 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ /node_modules /.runtime /docs/新步骤顺序 +__pycache__/ +*.pyc .worktrees/ # Local exported runtime settings /config.json