From 616065df67aa02200717d6ad71e3f4f75b641720 Mon Sep 17 00:00:00 2001 From: Michael Welles Date: Thu, 4 Jun 2026 16:00:09 -0400 Subject: [PATCH] chore: ignore IDE dirs, query binary, benchmark output, worktrees Add common local artifacts to .gitignore: editor config (.idea/, .vscode/), the built ./query binary, load_test benchmark JSON, and git worktrees. --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index a63304e..b75ce0d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,16 @@ go.work.sum .env cpu_profile.prof + +# IDE config +.idea/ +.vscode/ + +# Built query binary +/query + +# Benchmark result files +load_test/*.json + +# git worktrees +.worktrees/