feat: Add rat AI, 4-channel tracker, interactive cursor, and test suite updates
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
# GBDK build artifacts
|
||||
*.o
|
||||
*.lst
|
||||
*.map
|
||||
*.sym
|
||||
*.cdb
|
||||
*.ihx
|
||||
*.noi
|
||||
*.asm
|
||||
|
||||
# Compiled ROM (usually ignored in version control)
|
||||
*.gb
|
||||
|
||||
# Emulator save states and battery RAM
|
||||
*.sav
|
||||
*.sn1
|
||||
*.rtc
|
||||
|
||||
# Python cache (if using PyBoy scripts)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user