Initial commit

This commit is contained in:
2026-07-18 19:33:27 +02:00
commit 0dc2cd78b6
24 changed files with 1234 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
# uv artifacts
.venv/
# Python artifacts
**/*.egg-info/
**/__pycache__/
# Testing data
*.json