From 88972a1b713d5f1a479835c3089299a5ed833126 Mon Sep 17 00:00:00 2001 From: Junior Date: Wed, 26 Jun 2024 10:02:09 -0400 Subject: [PATCH] Ignore any file that begins with "test_" --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fc9f7b0..88d1a41 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ __pycache__ *.pyc desktop.ini dist/ -build/ \ No newline at end of file +build/ +test_* \ No newline at end of file