MicroCorruption/.gitignore
Val 1c9710378b Halifax: Push latest changes
Requires assemble.py from Swiftloke's MSProbe to automatically compile
2023-01-17 19:10:31 -06:00

18 lines
232 B
Plaintext

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