From 4cd5019101a15b6102e16a9fd51b0d74d1513383 Mon Sep 17 00:00:00 2001 From: Jonathan de Bruin Date: Fri, 23 May 2025 23:21:09 +0200 Subject: [PATCH] Ignore benchmark related files and internal benchmarks --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index da42bd7..9f44b36 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,8 @@ venv # created from tests export.ris + +# extra benchmark data only for internal use (because of copyright) +benchmark_data +tests/test_benchmark_internal.py +benchmark_*.svg