mirror of
https://github.com/JDM170/SaveWizard
synced 2025-04-20 22:30:42 +07:00
Update .gitignore, add requirements.txt
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
30
.gitignore
vendored
30
.gitignore
vendored
@@ -1,24 +1,24 @@
|
||||
## Ignoring PyCharm settings
|
||||
## Ignore 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
|
||||
## Ignore virtual enviroment
|
||||
/venv
|
||||
|
||||
## Ignoring UPX
|
||||
## Ignore Python complied files
|
||||
*/__pycache__
|
||||
|
||||
## Ignore ui -> py transform
|
||||
*/form.py
|
||||
|
||||
## Ignore UPX
|
||||
/upx
|
||||
|
||||
## Ignoring build from cx_Freeze
|
||||
## Ignore build from cx_Freeze
|
||||
/prog_build
|
||||
|
||||
## Ignoring build files from PyInstaller
|
||||
## Ignore build files from PyInstaller
|
||||
/build
|
||||
/dist
|
||||
|
||||
## Ignore .bak files
|
||||
*.bak
|
||||
|
||||
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
PyQt5>=5.4.0
|
||||
requests>=2.24.0
|
||||
cx-Freeze>=6.0
|
||||
pyinstaller>=3.6
|
||||
Reference in New Issue
Block a user