Files
KNELIAC/.gitignore
T
mrcharles df22156812 chore: ignore Python bytecode artifacts
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>
2026-07-30 16:46:09 -05:00

15 lines
129 B
Plaintext

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