Initial Commit

This commit is contained in:
2026-03-09 20:44:40 +01:00
commit d36e40db85
9 changed files with 6631 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Generated by Cargo
# will have compiled files and executables
/target/
# Alternative VCS systems
/.jj/
/.hg/
/.pijul/
# These are backup files generated by rustfmt
**/*.rs.bk
.vscode/
*.code-workspace