From 1a6acfc2602e4b4a76f443d9005819858ed5d375 Mon Sep 17 00:00:00 2001 From: Mayuresh Date: Thu, 9 Apr 2026 12:02:31 +0530 Subject: [PATCH] chore: gitignore create_benchmark_issues.sh utility script --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f2478c6..b87b0f0 100644 --- a/.gitignore +++ b/.gitignore @@ -134,6 +134,9 @@ dist # Benchmark runtime output (raw go test output, logs, CSVs) benchmarks/results/ +# Utility scripts not part of the project +create_benchmark_issues.sh + # Ignore compiled shared object files *.so