From 1662ab2d051974cb963eff1f2dad57369fca125e Mon Sep 17 00:00:00 2001 From: Mikko Kotila Date: Sun, 21 Apr 2024 09:16:47 +0300 Subject: [PATCH] improve gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a58fe15d..fc4ba81f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,5 @@ talos.egg-info *.npy test.sh .vscode -.test_* \ No newline at end of file +test_*/ +test/ \ No newline at end of file