This commit is contained in:
Bastian Wagner
2026-05-05 19:26:43 +02:00
commit 8d07939527
29 changed files with 2646 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
.env
.venv/
__pycache__/
.pytest_cache/
.ruff_cache/
*.pyc
htmlcov/
.coverage
data/
dist/
build/
*.egg-info/