From c94c3641b0d7f7f2ec2896ddff5d32464d3a8aaa Mon Sep 17 00:00:00 2001 From: Phil Date: Wed, 4 Jun 2025 16:07:38 -0600 Subject: [PATCH] add vault_pass to gitignore for security MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 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 8c9874c..534433d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .python-version -secrets.enc \ No newline at end of file +secrets.enc +vault_pass \ No newline at end of file