Initial commit

This commit is contained in:
MassiveBox 2025-11-01 00:16:33 +01:00
commit 735e5de328
Signed by: massivebox
GPG key ID: 9B74D3A59181947D
25 changed files with 894 additions and 0 deletions

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
venv
.lingma
dist/
*.egg-info/
build/
__pycache__/
*.pyc
.env
.DS_Store