pub fn should_process_path( path: &Path, ext_filter: &Option<String>, include_patterns: &[Pattern], ignore_patterns: &[Pattern], ) -> bool
Check if a path should be processed based on filters