mplement script to build and prepare packages for Python

This commit is contained in:
Maxim Lobanov
2020-04-29 10:57:27 +03:00
commit c641695f6a
37 changed files with 2558 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
# Visual studio / VS Code cache
.vs/
.vscode/
# Desktop Service Store
.DS_Store