MicroCorruption/.gitignore

15 lines
191 B
Plaintext
Raw Normal View History

2022-08-08 00:58:46 +00:00
# Microcorruption save files
Saves
# Dependency and object files
**/dep
**/obj
**/*.out
# MSProbe - https://github.com/Swiftloke/MSProbe
2023-01-09 19:13:24 +00:00
MSProbe*
2022-08-08 00:58:46 +00:00
# Python cache
__pycache__
**/__pycache__