Initial implementation

This commit is contained in:
2025-05-12 14:23:52 +02:00
commit 80a4c562af
8 changed files with 234 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Pytest files
.pytest_cache/
.coverage
# Virtual environments
.venv