From 6e566cfe823a1aa33daa6b41e0ac68ab85404f42 Mon Sep 17 00:00:00 2001 From: teernisse Date: Thu, 26 Feb 2026 15:24:57 -0500 Subject: [PATCH] chore: add .gitignore for bv cache directory Ignore .bv/ directory which contains local cache and configuration for the bv (beads viewer) graph-aware triage tool. Co-Authored-By: Claude Opus 4.5 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7e663b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# bv (beads viewer) local config and caches +.bv/