From 407ce9eef0e71dee927432a6870fc5444b935c90 Mon Sep 17 00:00:00 2001 From: Extraltodeus Date: Tue, 14 Jul 2026 05:09:01 +0200 Subject: [PATCH] gitignore: exclude local .reprise/ notes folder Co-Authored-By: Claude Opus 4.8 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d8051b8..4c28f99 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,9 @@ ui/dist/ .vscode/ .idea/ +# Claude's private project-reprise notes (agent-maintained overview) +.reprise/ + # Local model folders live in the project root — add yours here, e.g.: # Qwen3-4B/