added global ignore flag for bytecode cleanup

Resolves 
This commit is contained in:
Matt Park 2024-03-04 10:21:54 -05:00 committed by Clinton Hall
parent 27df8a4d8e
commit e14bc6c733

@ -116,6 +116,7 @@ def clean_bytecode():
result = git_clean( result = git_clean(
remove_directories=True, remove_directories=True,
force=True, force=True,
ignore_rules=True,
exclude=[ exclude=[
'*.*', # exclude everything '*.*', # exclude everything
'!*.py[co]', # except bytecode '!*.py[co]', # except bytecode