From 9c33dfd73c25bbc99ddd08570c469d865d992e5d Mon Sep 17 00:00:00 2001 From: Jan Breuer Date: Mon, 12 May 2025 11:54:17 +0200 Subject: [PATCH] include tests/__pycache__ in gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c5426f5..baf00fe 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ /cadet/__pycache__ /CADET_Python.egg-info .idea -*tmp* \ No newline at end of file +*tmp* +/tests/__pycache__ \ No newline at end of file