From 06b15f002daa21d319424ba8cec922ee6fbb4f8f Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Mon, 23 Feb 2026 17:42:31 -0500 Subject: [PATCH] Add internal/ to .gitignore for local deployment docs Co-Authored-By: Claude Opus 4.6 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 214d14f..1c7942a 100644 --- a/.gitignore +++ b/.gitignore @@ -201,6 +201,9 @@ pyvenv.cfg # Personal notes lookfah.md +# Internal docs (deployment info, credentials references, etc.) +internal/ + # Ruff stuff: .ruff_cache/