mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -05:00
b14116cc93
* Create common print_diff function * Add pylint and black * Fix linting, move classes to utils * Add black/pylint to github actions * Fix linting * Move Bin and SymInfo into their own files * Split out format * Tidy up workdlows and pip, add readme * Lint tests, add tests to readme
21 lines
164 B
Text
21 lines
164 B
Text
Debug/
|
|
Release/
|
|
*.ncb
|
|
/.vs
|
|
/.vscode
|
|
/.idea
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
VENV/
|
|
env.bak/
|
|
venv.bak/
|
|
ISLE.EXE
|
|
LEGO1.DLL
|
|
build/
|
|
*.swp
|
|
LEGO1PROGRESS.*
|
|
ISLEPROGRESS.*
|
|
*.pyc
|