Add __pycache__ to .gitignore, rename utils.py to build.py

This commit is contained in:
caitsith2
2020-06-09 09:14:46 -07:00
parent 47091dfd68
commit ea477878fc
2 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
tournament.asm tournament.asm
/build /build
/.idea /.idea
/__pycache__

View File