From 827cf73b6611c732ab67127fb78dd6e59d839501 Mon Sep 17 00:00:00 2001 From: "minecraftchest1@outlook.com" Date: Sat, 11 Jan 2025 13:04:52 -0600 Subject: [PATCH] Add test.zone to gitignore. --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 670a936..cc128ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -__pycache__/ -.venv/ +__pycache__/ +.venv/ +test.zone