Files
SaveWizard/.gitignore
Lev Rusanov 13e3e0e1b8 Update
* Improved game checking mechanism
* Some code refactor
* Updated .gitignore

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-12-28 21:31:42 +07:00

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