Files
SaveWizard_config_editor/.gitignore
2020-08-05 19:19:49 +07:00

15 lines
217 B
Plaintext

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