init, .gitignore

This commit is contained in:
2025-11-11 00:02:49 +01:00
commit 4e18cd0eb3
124 changed files with 16300 additions and 0 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
if [ -d ".venv" ]; then
. .venv/bin/activate
elif [ -d "venv" ]; then
. venv/bin/activate
fi
python3 main.py