MicroCorruption/.gitignore
2023-01-09 13:13:24 -06:00

15 lines
191 B
Plaintext

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