Initial commit

This commit is contained in:
alsaiduq-lab 2026-03-12 18:36:39 -06:00
commit 14210d0027
10 changed files with 4855 additions and 0 deletions

13
.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
# This gitignore is a whitelist. Inspired by https://rgbcu.be/blog/gitignore
*
!.gitignore
!Cargo.toml
!Cargo.lock
!config.yaml.example
!src/
!src/*.rs
!src/**/*.rs
!*.md
!LICENSE*