pub fn paths_from_glob(pattern: &str) -> IngestionResult<Vec<PathBuf>>Expand description
Expand a filesystem glob pattern and return existing regular files, sorted by path.
Uses the glob crate (shell-style patterns). Patterns are platform-specific; prefer explicit
paths in tests when possible.