From cd2372f7d60687fcc74f243f26f47c332d0924ff Mon Sep 17 00:00:00 2001 From: morales-gregorio Date: Thu, 29 Aug 2024 11:19:02 +0200 Subject: [PATCH] ignore timings and results --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 11614af..d6fa4f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# Exercise specific ignores +timings/ +results* + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]