diff --git a/.gitignore b/.gitignore index 86d0f026..aa6e9ef8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.pyc __pycache__ build/* +logs.txt .DS_Store # User-specific stuff .idea/**/workspace.xml diff --git a/start.bat b/start.bat new file mode 100644 index 00000000..90c85d4f --- /dev/null +++ b/start.bat @@ -0,0 +1 @@ +.\venv\Scripts\python.exe __init__.py > logs.txt 2>&1 \ No newline at end of file