From ea477878fc6dceee18dc61c5310eb50145b57a44 Mon Sep 17 00:00:00 2001 From: caitsith2 Date: Tue, 9 Jun 2020 09:14:46 -0700 Subject: [PATCH] Add __pycache__ to .gitignore, rename utils.py to build.py --- .gitignore | 3 ++- Utils.py => build.py | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename Utils.py => build.py (100%) 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