chore: ignore local validation venv

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 <crush@charm.land>
This commit is contained in:
2026-07-30 16:00:30 -05:00
parent 9343c05232
commit 77f6ac5d71
+1
View File
@@ -1,5 +1,6 @@
# Ansible / AWX local artifacts
.fact_cache/
.venv/
*.retry
*.log