From f71bb98b75c9a24bffdaec2392882ad6cd1b313b Mon Sep 17 00:00:00 2001 From: Lloyd Ramey Date: Mon, 17 May 2021 12:10:47 -0400 Subject: [PATCH] add files created by tests to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a452c1ec..152393bb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,7 @@ __pycache__ .cache .coverage htmlcov + +# files created by tests +data/ +01.02.03.json \ No newline at end of file