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/