First MVP
Some checks failed
ci / test (push) Failing after 12s
ci / publish (push) Has been skipped

This commit is contained in:
Space-Banane
2026-05-22 19:25:57 +02:00
parent 673f70b32a
commit d8956b309d
41 changed files with 2340 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
__pycache__/
.pytest_cache/
.venv/
.env
*.pyc
worktrees/
.mypy_cache/
.coverage
htmlcov/