Update .gitignore to include additional shell secrets and certificate files

This commit is contained in:
2025-11-03 13:37:25 +01:00
parent 07c662b1e8
commit 6e757dd0b8

8
.gitignore vendored
View File

@@ -7,3 +7,11 @@ __pycache__/
# Ignore prototype scripts
prototype_*.py
# Shell secrets
*.secret
# Certificate files
*.pem
*.key
*.crt