initial commit

This commit is contained in:
Dylan Knutson
2024-12-28 01:28:33 +00:00
commit f7bb5b0cdd
15 changed files with 2061 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Generated by Cargo
/target/
# Environment variables
.env
# IDE specific files
.idea/
.vscode/
*.swp
*.swo