mirror of
https://github.com/JDM170/SaveWizard
synced 2025-04-20 22:30:42 +07:00
25 lines
445 B
Plaintext
25 lines
445 B
Plaintext
## Ignoring PyCharm settings
|
|
/.idea
|
|
|
|
## Ignoring Python complied files
|
|
/__pycache__
|
|
/module_parsing/__pycache__
|
|
/module_choice/__pycache__
|
|
/module_choice/form.py
|
|
/module_main/__pycache__
|
|
/module_main/form.py
|
|
/module_second/__pycache__
|
|
/module_second/form.py
|
|
/module_config_editor/__pycache__
|
|
/module_config_editor/form.py
|
|
|
|
## Ignoring UPX
|
|
/upx
|
|
|
|
## Ignoring build from cx_Freeze
|
|
/prog_build
|
|
|
|
## Ignoring build files from PyInstaller
|
|
/build
|
|
/dist
|