From e8569b6f2c9b3aa6633e2ca1cb3488f6a42d1686 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Mon, 24 Jun 2024 15:21:15 -0400 Subject: [PATCH] Ignore test files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c53e34ad9..59ab51341 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,10 @@ lib/ pyvenv.cfg poetry.lock +# Regression Testing +.coverage +.tox/ + # Editor Configurations .vscode/ .idea/