Add start.sh script for environment setup and update .gitignore

This commit is contained in:
Aaro Varis
2026-01-15 10:02:23 +02:00
parent 2138f5c74d
commit 5d70063e8e
2 changed files with 7 additions and 1 deletions

4
.gitignore vendored
View File

@@ -1,2 +1,4 @@
# Created by venv; see https://docs.python.org/3/library/venv.html # Created by venv; see https://docs.python.org/3/library/venv.html
* bin/
include/
lib/

4
start.sh Normal file
View File

@@ -0,0 +1,4 @@
git pull
source bin/activate
pip install -r requirements.txt
python init.py