pub fn walk_dir_skip(
    path: &Path,
    skip: Vec<PathBuf>
) -> Result<Vec<WalkdirPathBuf>>