Add .venv to list of path exclusions

This commit is contained in:
jpirnay
2026-03-27 17:21:25 +01:00
parent 5b43639f98
commit 5f6dc4ac4c
+1
View File
@@ -97,6 +97,7 @@ $exclude = @(
'lib\Epub\Epub\hyphenation\generated'
'lib\uzlib'
'.pio'
'.venv'
)
function Test-Excluded($fullPath) {