mirror of
https://github.com/zeldaret/tp
synced 2026-05-31 17:32:37 -04:00
20 lines
164 B
Plaintext
20 lines
164 B
Plaintext
# Compiler binaries
|
|
mwcc_compiler/
|
|
|
|
# Build artifacts
|
|
build/
|
|
*.o
|
|
*.elf
|
|
*.map
|
|
*.dol
|
|
vtable.lcf
|
|
|
|
# Temporary files
|
|
*.swp
|
|
*.dump
|
|
|
|
# IDE
|
|
.vscode/
|
|
|
|
# Python
|
|
__pycache__/ |