Open-Source Wikis

/

uv

/

Crates

/

uv-globfilter

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

Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.

uv-globfilter – uv wiki | Factory