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>
11 lines
100 B
Plaintext
11 lines
100 B
Plaintext
# Ansible / AWX local artifacts
|
|
.fact_cache/
|
|
.venv/
|
|
*.retry
|
|
*.log
|
|
|
|
# Editor / OS
|
|
.DS_Store
|
|
*.swp
|
|
*~
|