diff --git a/cleanup.py b/cleanup.py index bb4caf98..6d30f622 100644 --- a/cleanup.py +++ b/cleanup.py @@ -116,6 +116,7 @@ def clean_bytecode(): result = git_clean( remove_directories=True, force=True, + ignore_rules=True, exclude=[ '*.*', # exclude everything '!*.py[co]', # except bytecode