mirror of
https://github.com/JDM170/SaveWizard
synced 2025-04-20 22:30:42 +07:00
* Updated build.spec for PyInstaller build * Some code and typo fixes Signed-off-by: JDM170 <30170278+JDM170@users.noreply.github.com>
23 lines
332 B
Plaintext
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
|