initial commit

This commit is contained in:
Dominic 2023-10-22 22:44:59 +02:00
commit d59ca4aceb
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
5 changed files with 405 additions and 0 deletions

19
.gitignore vendored Normal file
View file

@ -0,0 +1,19 @@
# test files
/2310*/
# rust/cargo
/target/
/Cargo.lock
# git
*.orig
# emacs
*~
\#*#
.#*#
# intellij
/.idea/
*.ipr
*.iml