# Default owner for everything in this repo
* @mjbommar

# Critical paths get explicit ownership for clarity
/.github/        @mjbommar
/pyproject.toml  @mjbommar
/Cargo.toml      @mjbommar
/Cargo.lock      @mjbommar
/LICENSE         @mjbommar
/NOTICE          @mjbommar
/CHANGELOG.md    @mjbommar
/SECURITY.md     @mjbommar
/deny.toml       @mjbommar

# Rust core / bindings — version-coupled with the Python wheel
/rust/           @mjbommar
