Initial commit

This commit is contained in:
2023-12-17 00:01:15 +01:00
commit 078e9ba247
6 changed files with 880 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
# Ignore testing artifacts.
*.toml
*.json
!pyproject.toml
# Python
**/__pycache__/
**/*.egg-info
venv/