# Compiler binaries
mwcc_compiler/

# Build artifacts
build/
*.o
*.elf
*.map
*.dol

# Temporary files
*.swp
*.dump

# IDE
.vscode/
