initial rewrite

This commit is contained in:
2025-01-02 18:18:57 +01:00
parent 3270e3fe2c
commit e88b812aaf
13 changed files with 324 additions and 616 deletions

13
.gitignore vendored
View File

@ -1,6 +1,13 @@
# Python #
/.venv/
__pycache__/
/dist/
*.egg-info/
/build/
.pytest_cache/
# Nix #
/result
# Direnv
/.direnv/
*.json
*.bin