From ed96d70bbfd83852fb7bebb623542c019d715e07 Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Sat, 24 Jan 2026 12:19:57 +0100 Subject: administrative stuff add a gitignore, add an env.sh for autostarting and configuring a database, add ws4py as dep (gateway needs it) Signed-off-by: Vosjedev --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6cd50d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +token.txt +**/__pycache__ + -- cgit