From b076b8ac5089a246b27da32c51c56748b0f85b13 Mon Sep 17 00:00:00 2001 From: mnjx Date: Fri, 3 Mar 2023 09:47:27 -1000 Subject: [PATCH] update: minor update --- .gitignore | 3 ++- tictactoe-latest.py => latest/tictactoe-latest.py | 0 tictactoe-v2.1.3.py => tictactoe-v2.1.3-new.py | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename tictactoe-latest.py => latest/tictactoe-latest.py (100%) rename tictactoe-v2.1.3.py => tictactoe-v2.1.3-new.py (100%) diff --git a/.gitignore b/.gitignore index 81669ea..c8747bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -launch.sh \ No newline at end of file +launch.sh +mark.sh \ No newline at end of file diff --git a/tictactoe-latest.py b/latest/tictactoe-latest.py similarity index 100% rename from tictactoe-latest.py rename to latest/tictactoe-latest.py diff --git a/tictactoe-v2.1.3.py b/tictactoe-v2.1.3-new.py similarity index 100% rename from tictactoe-v2.1.3.py rename to tictactoe-v2.1.3-new.py