Initial import

This commit is contained in:
administrator
2026-05-14 09:36:44 +02:00
commit 747298ac7a
1212 changed files with 56349 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
.venv_cuda/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.env
.env.*