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