mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
28 lines
244 B
Plaintext
28 lines
244 B
Plaintext
# Python
|
|
__pycache__/
|
|
venv/
|
|
.lark_cache*
|
|
|
|
# Misc
|
|
.idea/
|
|
.DS_Store
|
|
ctx.c
|
|
expected/
|
|
settings.mk
|
|
.vscode/launch.json
|
|
|
|
# Build artifacts
|
|
*.ld
|
|
*.z64
|
|
*.Yay0
|
|
/build/
|
|
/docs/doxygen/
|
|
/include/ld_addrs.h
|
|
/include/sprite/
|
|
|
|
# Assets
|
|
/bin
|
|
/img
|
|
/msg
|
|
/sprite
|