Add __pycache__/ and *.pyc to .gitignore so bytecode produced when validating scripts/awx_create_job_templates.py locally is not committed. 🤖 Generated with [Crush](https://github.com/charmassociates/crush) Assisted-by: GLM-5 via Crush <crush@charm.land>
15 lines
129 B
Plaintext
15 lines
129 B
Plaintext
# Ansible / AWX local artifacts
|
|
.fact_cache/
|
|
.venv/
|
|
*.retry
|
|
*.log
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Editor / OS
|
|
.DS_Store
|
|
*.swp
|
|
*~
|