feat: add pycache to excluded directories (#7545)

This commit is contained in:
jif-oai
2025-12-03 20:06:55 +00:00
committed by GitHub
parent 8d0f023fa9
commit 9e6c2c1e64

View File

@@ -42,6 +42,7 @@ const DEFAULT_IGNORED_DIR_NAMES: &[&str] = &[
".mypy_cache",
".cache",
".tox",
"__pycache__",
];
/// Options to control ghost commit creation.