From 77f6ac5d7133eca378bbb550a8f9d863045fd262 Mon Sep 17 00:00:00 2001 From: reachableceo Date: Thu, 30 Jul 2026 16:00:30 -0500 Subject: [PATCH] chore: ignore local validation venv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add .venv/ to .gitignore so the locally-bootstrapped Ansible tooling (ansible-core, ansible-lint, yamllint) used for pre-push validation is never accidentally committed. 🤖 Generated with [Crush](https://github.com/charmassociates/crush) Assisted-by: GLM-5 via Crush --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4b9a670..4edc371 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Ansible / AWX local artifacts .fact_cache/ +.venv/ *.retry *.log