mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Do not pack Python bytecode by default
This commit is contained in:
@ -42,6 +42,7 @@ class PackagePacker(object):
|
||||
".vscode",
|
||||
".cache",
|
||||
"**/.cache",
|
||||
"**/__pycache__",
|
||||
# VCS
|
||||
".git/",
|
||||
".hg/",
|
||||
|
Reference in New Issue
Block a user