akkudoktoreos.core.version.is_excluded_dir
- akkudoktoreos.core.version.is_excluded_dir(path: Path, patterns: set[str]) bool
Check if directory matches any exclusion pattern.
- Parameters:
path – Directory path to check
patterns – set of glob-like patterns (e.g., {
*__pycache__,*_test})
- Returns:
True if directory should be excluded