mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
feat: add pycache to excluded directories (#7545)
This commit is contained in:
@@ -42,6 +42,7 @@ const DEFAULT_IGNORED_DIR_NAMES: &[&str] = &[
|
||||
".mypy_cache",
|
||||
".cache",
|
||||
".tox",
|
||||
"__pycache__",
|
||||
];
|
||||
|
||||
/// Options to control ghost commit creation.
|
||||
|
||||
Reference in New Issue
Block a user