mirror of
https://github.com/JDM170/SaveWizard
synced 2025-04-20 22:30:42 +07:00
* Improved game checking mechanism * Some code refactor * Updated .gitignore Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
28 lines
349 B
Plaintext
28 lines
349 B
Plaintext
## Ignore PyCharm settings
|
|
/.idea
|
|
|
|
## Ignore virtual enviroment
|
|
/venv
|
|
|
|
## Ignore Python complied files
|
|
*__pycache__
|
|
|
|
## Ignore ui -> py transform
|
|
*/form.py
|
|
|
|
## Ignore UPX
|
|
/upx
|
|
|
|
## Ignore build from cx_Freeze
|
|
/app_build
|
|
|
|
## Ignore build files from PyInstaller
|
|
/build
|
|
/dist
|
|
|
|
## Ignore .bak files
|
|
*.bak
|
|
|
|
## Ignore created 'update.cfg' file
|
|
update.cfg
|