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:
@@ -1,5 +1,6 @@
|
|||||||
# Ansible / AWX local artifacts
|
# Ansible / AWX local artifacts
|
||||||
.fact_cache/
|
.fact_cache/
|
||||||
|
.venv/
|
||||||
*.retry
|
*.retry
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user