chore: gitignore Python bytecode caches
All checks were successful
CI Smoke / host-smoke (push) Successful in 2s
CI Smoke / container-smoke (push) Successful in 36s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
tegwick 2026-07-13 10:49:36 +02:00
parent 4a824d72bd
commit 20bf3d5942

4
.gitignore vendored
View file

@ -20,3 +20,7 @@ argocd/repositories/*.repository.sops.yaml
# Credential broker local lease/token material
.local/credential-leases/
*.openbao-token
# Python bytecode caches
__pycache__/
*.pyc