astral-sh/uv
uv-globfilter
crates/uv-globfilter/ is uv's glob engine for include/exclude patterns. It backs
tool.uv.build-backend.source-include / excludes, the wheel/sdist file walker, and a few
other places.
Purpose
A focused, fast glob matcher with:
**recursion semantics matching gitignore conventions.- Case-insensitivity option.
- Support for negative (
!pattern) entries used for exclusions inside includes.
See also
uv-build-backend— the heaviest consumer.
Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.