# Baseroms is where the user will place their ROM files.
baseroms/*
nonmatchings/*

# Ignore pycache
__pycache__

# Automatically generated folders should be ignored
build/
assets/
ucode/
!asm/assets/
!mods/*

# Linker file is automatically generated, so it should be ignored
dkr.ld

# CTX files for mips2c should be ignored as we generate those
ctx.c
ctx_includes.c
ctx.c.m2c

#Folder for automatically decompiled functions output from mips2c
m2cfiles/

# Misc stuff that should be ignored.
.*/

# Ignore .deb packages
*.deb

# Ignore batch and executable files.
*.exe
*.bat
dkr_hot_reload.py
lastRomPath.txt
