# precompiled python
*.pyc

# precompiled jython
*$py.class

# compiled object file
*.o

# no binaries
*.exe

# roms
*.gbc
*.gb

# asm files
*.asm

# symfile
*.sym

# generated
*.tx

# output for some scripts
*.1bpp
*.2bpp
*.png
*.bst
*.map
*.wav
*.blk
*.pic

# swap files for vim
.*.swp

# swap files for gedit
*~

# labels.json is auto-generated by gbz80disasm
labels.json

# for vim configuration
# url: http://www.vim.org/scripts/script.php?script_id=441
.lvimrc

# python packaging
pokemontools.egg-info/
dist/
build/
