added logs redirecting and start script

This commit is contained in:
Vasyl Horbachenko 2018-07-03 03:17:30 +03:00
parent be761f8914
commit b783a5a7b4
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.pyc
__pycache__
build/*
logs.txt
.DS_Store
# User-specific stuff
.idea/**/workspace.xml

1
start.bat Normal file
View File

@ -0,0 +1 @@
.\venv\Scripts\python.exe __init__.py > logs.txt 2>&1