diff --git a/.gitignore b/.gitignore index 95a3568..ccd3068 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ tournament.asm /build -/.idea \ No newline at end of file +/.idea +/__pycache__ \ No newline at end of file diff --git a/Utils.py b/build.py similarity index 100% rename from Utils.py rename to build.py