Do not pack Python bytecode by default

This commit is contained in:
Ivan Kravets
2021-12-07 15:05:42 +02:00
parent 8555e83cb1
commit 7338a02b48

View File

@ -42,6 +42,7 @@ class PackagePacker(object):
".vscode",
".cache",
"**/.cache",
"**/__pycache__",
# VCS
".git/",
".hg/",