Initial commit

This commit is contained in:
Holger Sielaff
2025-06-26 09:51:42 +02:00
commit 8bdcc52f65
76 changed files with 9488 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
rsync -av --exclude venv \
--exclude __pycyche__ \
--exclude '*.pyc' \
--exclude node_modules \
src/* \
"${INSTALL_DIR}"