From e6bde2cf0ececbbbac979184f1c943b35b5fc575 Mon Sep 17 00:00:00 2001 From: csh Date: Mon, 6 Jul 2026 17:02:17 +0800 Subject: [PATCH] :wrench: chore(git): ignore Python cache artifacts --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ba35193b..c49c2030 100644 --- a/.gitignore +++ b/.gitignore @@ -27,9 +27,8 @@ docs/superpowers/ # Agent 测试结果 test/agent/result/ -scripts/__pycache__ -test/__pycache__ -test/cli/__pycache__ +__pycache__/ +*.pyc # Node.js node_modules/