rework credential strategy and cleanup

This commit is contained in:
2026-03-16 23:44:27 -04:00
parent 216cd3ff1a
commit 68525ad820
9 changed files with 629 additions and 10 deletions
+21
View File
@@ -32,3 +32,24 @@ piscal
*~
.DS_Store
*.bak
# Docker build artifacts
*.log
.docker-build/
# Environment files (never commit credentials)
.env
.env.*
.env.local
.env.production
.env.development
*.env
# Credential files (SECURITY - never commit these)
credentials.txt
passwords.txt
*.secrets
*.key
*.pem
*.crt
*.pfx