Files
SaveWizard/.gitignore
JDM170 34f38b5a59 Update
* Updated build.spec for PyInstaller build
* Some code and typo fixes

Signed-off-by: JDM170 <30170278+JDM170@users.noreply.github.com>
2020-08-22 10:25:34 +07:00

23 lines
332 B
Plaintext

## Ignoring PyCharm settings
/.idea
## Ignoring Python complied files
/__pycache__
/parsing/__pycache__
/choice/__pycache__
/choice/form.py
/main/__pycache__
/main/form.py
/second/__pycache__
/second/form.py
## Ignoring UPX
/upx
## Ignoring build from cx_Freeze
/prog_build
## Ignoring build files from PyInstaller
/build
/dist