From 9fa2f4a003e5e6788f6af1ff4eacc9d6b199f3b5 Mon Sep 17 00:00:00 2001 From: aceisace Date: Wed, 11 Jan 2023 21:24:36 +0100 Subject: [PATCH] ignore files generated by tests --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 901cc2b..6b3e681 100644 --- a/.gitignore +++ b/.gitignore @@ -144,3 +144,7 @@ dmypy.json # inkycal logs /logs + +# inkycal tests +/inkycal/tests/tmp/ +!/inkycal/tests/*.py