Files
KNELIAC/.gitignore
T
mrcharles 77f6ac5d71 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>
2026-07-30 16:00:30 -05:00

11 lines
100 B
Plaintext

# Ansible / AWX local artifacts
.fact_cache/
.venv/
*.retry
*.log
# Editor / OS
.DS_Store
*.swp
*~