# Ignore editor specific config folders/files
/.vscode

# Ignore compilation result directories
/build
/output

# Ignore generated files in the libdragon FS
/filesystem/FiraMonoBold.font64
/filesystem/*.wav64
/filesystem/*.sprite

# Ignore external development tools
/tools/*

# Ignore any N64 ROM
**/*.n64
**/*.v64
**/*.z64