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>
This commit is contained in:
2026-07-30 16:46:09 -05:00
parent aa70486eaa
commit df22156812
+4
View File
@@ -4,6 +4,10 @@
*.retry *.retry
*.log *.log
# Python
__pycache__/
*.pyc
# Editor / OS # Editor / OS
.DS_Store .DS_Store
*.swp *.swp