mirror of
https://github.com/JDM170/SaveWizard_config_editor
synced 2025-12-10 05:57:23 +07:00
15 lines
217 B
Plaintext
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
|