diff --git a/cleanup.py b/cleanup.py index 70c9ce29..3724844b 100644 --- a/cleanup.py +++ b/cleanup.py @@ -12,6 +12,8 @@ import subprocess import sys import shutil +sys.dont_write_bytecode = True + FOLDER_STRUCTURE = { 'libs': [ 'common',