Initial implementation

This commit is contained in:
2026-04-13 14:22:37 +02:00
commit a0c1b6ed93
26 changed files with 4125 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Dependencies
.venv/
# Build
dist/
*.egg-info/
# Python
__pycache__/
*.pyc
*.pyo
# Tools
.ruff_cache/
.pytest_cache/
.python-version
# Reference material (not part of this project's source)
reference/