From 1c9ab0f5e6d5df54811dc7b7d2168e24c68855c9 Mon Sep 17 00:00:00 2001 From: Phil Date: Fri, 6 Jun 2025 10:56:31 -0600 Subject: [PATCH] add DEPLOYMENT_LEARNINGS.md to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Keep deployment knowledge base local only - Prevent committing sensitive troubleshooting information - Maintain institutional knowledge without exposing internal details 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 534433d..832175e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .python-version secrets.enc -vault_pass \ No newline at end of file +vault_pass +DEPLOYMENT_LEARNINGS.md \ No newline at end of file