From 4a726c2631762d3d39dafee250e0d41d34333cf0 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Tue, 5 May 2026 18:30:26 -0400 Subject: [PATCH] chore: gitignore local Gitea creds and scratch reviewer drafts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .gitea_env_vars is local Gitea config that shouldn't be checked in (synthesis open decision #8). The .dev-c-content.md hidden file is a raw subagent-output draft from the 2026-05-04 review — the canonical notes are already in dev-c-notes.md alongside its peers. Co-Authored-By: Claude Opus 4.7 --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index a9b6b36..7e82d74 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,9 @@ extension/wasm/ reference.jpg ref.jpg tools/relay/node_modules/ + +# Local Gitea credentials (do not commit) +.gitea_env_vars + +# Scratch reviewer subagent output (raw drafts; canonical notes live in docs/superpowers/reviews/2026-*-dev-*-notes.md) +docs/superpowers/reviews/.dev-c-content.md