From b4f61933954f803302efc68c8d93a8545dd2e8c5 Mon Sep 17 00:00:00 2001 From: blaisadmin Date: Sat, 30 May 2026 12:28:16 -0400 Subject: [PATCH] add codegraph --- .codegraph/.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .codegraph/.gitignore diff --git a/.codegraph/.gitignore b/.codegraph/.gitignore new file mode 100644 index 0000000..9de0f16 --- /dev/null +++ b/.codegraph/.gitignore @@ -0,0 +1,16 @@ +# CodeGraph data files +# These are local to each machine and should not be committed + +# Database +*.db +*.db-wal +*.db-shm + +# Cache +cache/ + +# Logs +*.log + +# Hook markers +.dirty