From 082c342256808e6382017a6a24f27c9b4621ee32 Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Sun, 18 Sep 2022 13:32:01 -0400 Subject: [PATCH] fixed .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6c17bc8..10bc129 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,5 @@ data/ *.code-workspace sandbox/ .vscode/ -.pytest_cache/ +*.pytest_cache/ *.egg-info/