mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
23 lines
169 B
Plaintext
23 lines
169 B
Plaintext
# Python
|
|
__pycache__/
|
|
venv/
|
|
|
|
# Misc
|
|
.idea/
|
|
.DS_Store
|
|
ctx.c
|
|
expected/
|
|
|
|
# Assets
|
|
assets
|
|
|
|
# Build artifacts
|
|
*.ld
|
|
*.z64
|
|
*.bin
|
|
bin/
|
|
build/
|
|
docs/doxygen/
|
|
|
|
.vscode/launch.json
|