Module path_filter

Source
Expand description

Path filtering using .gitignore-style patterns

Architectural Principle: Service Layer - PathFilter orchestrates complex path matching logic

  • Encapsulates the rules for include/exclude pattern evaluation
  • Provides clean interface for determining whether a path should be analyzed
  • Handles .guardianignore file discovery and parsing

Structsยง

PathFilter
Manages path filtering using .gitignore-style patterns