Initial Commit

This commit is contained in:
Val
2022-08-07 19:58:46 -05:00
commit 9281acc1eb
37 changed files with 134710 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Microcorruption save files
Saves
# Dependency and object files
**/dep
**/obj
**/*.out
# MSProbe - https://github.com/Swiftloke/MSProbe
MSProbe
# Python cache
__pycache__
**/__pycache__