diff --git a/src/pyflowx/ops/gittool.py b/src/pyflowx/ops/gittool.py index a7b0d5d..760c6f4 100644 --- a/src/pyflowx/ops/gittool.py +++ b/src/pyflowx/ops/gittool.py @@ -20,6 +20,7 @@ EXCLUDE_DIRS = [ # 项目相关目录 ".venv", ".git", + ".ruff_cache", ".tox", "node_modules", ]