From f7b2341b25b46edb557eeb5d8caf85cc3c497d97 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Fri, 2 Jun 2023 19:15:03 -0700 Subject: [PATCH] update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6c5886e..832814f 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,5 @@ target/ # pyenv .python-version +/test-out +.vscode -- 2.30.2