pub fn should_skip_dir(name: &str) -> bool
Check if a directory name should be skipped (exact match OR prefix match). Use this instead of SKIP_DIRS.contains() for complete coverage.
SKIP_DIRS.contains()