From e0fca4dc7a3dcc4ac6bd79b58955f63e7bd4658e Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Sun, 30 Mar 2025 11:10:56 +0200 Subject: [PATCH] Add benchmark_result.json to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index eb7867d..76259d1 100644 --- a/.gitignore +++ b/.gitignore @@ -156,3 +156,5 @@ data.json # Exclude macOS Finder (System Explorer) View States .DS_Store + +benchmark_result.json