Description
Matches file names and paths with advanced wildcard patterns, similar to the way shells select groups of files. It helps Python tools include, ignore, or process files using clear glob-style rules.
Developers use it as a library for automation, build tools, and file scanners. Pattern mistakes can select more files than expected, so preview matches before deleting, moving, or rewriting data.