将.ruff_cache添加到EXCLUDE_DIRS列表中,避免git工具扫描该缓存目录
@@ -20,6 +20,7 @@ EXCLUDE_DIRS = [
# 项目相关目录
".venv",
".git",
".ruff_cache",
".tox",
"node_modules",
]
The note is not visible to the blocked user.