papermario/.gitignore
2020-10-20 16:46:29 +01:00

21 lines
140 B
Plaintext

# Python
__pycache__/
venv/
# Misc
.idea/
.DS_Store
ctx.c
expected/
docs/
# Assets
assets
# Build artifacts
*.ld
*.z64
*.bin
bin/
build/