diff --git a/.gitignore b/.gitignore index b0cfb51..7ee4116 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ /.idea /__pycache__ -/start.bat /test/ /app/ diff --git a/start.bat b/start.bat new file mode 100644 index 0000000..51020fb --- /dev/null +++ b/start.bat @@ -0,0 +1,3 @@ +@echo off +python .\main.py +pause \ No newline at end of file