chore: gitignore Python bytecode caches
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
4a824d72bd
commit
20bf3d5942
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -20,3 +20,7 @@ argocd/repositories/*.repository.sops.yaml
|
||||||
# Credential broker local lease/token material
|
# Credential broker local lease/token material
|
||||||
.local/credential-leases/
|
.local/credential-leases/
|
||||||
*.openbao-token
|
*.openbao-token
|
||||||
|
|
||||||
|
# Python bytecode caches
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue