pub fn discover_python_files_excluding(
root: &Utf8Path,
extra_excludes: &[String],
) -> Vec<Utf8PathBuf>Expand description
Like discover_python_files, but also prunes extra_excludes directory
names (in addition to the builtin denylist) — used to honor a project’s
.mollifyrc.json exclude_dirs.