From 5f9628281765f4ca5b53afcb46bb24a796323b2f Mon Sep 17 00:00:00 2001 From: Daniel Frees Date: Fri, 8 Sep 2023 12:12:58 -0700 Subject: [PATCH] fix gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6ae9ae0..ed961ed 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ .env .pytest_cache *.pyc -scrapemed.egg-info/* \ No newline at end of file +scrapemed.egg-info/* +test_setup_scrapemed/* \ No newline at end of file