docs(security): refine local secret management guidance
Supersedes: #406 Co-authored-by: Gabriel Nahum <gnahum12345@users.noreply.github.com>
This commit is contained in:
parent
8371f412f8
commit
23db125971
4 changed files with 157 additions and 11 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -4,6 +4,17 @@ firmware/*/target
|
|||
*.db-journal
|
||||
.DS_Store
|
||||
.wt-pr37/
|
||||
.env
|
||||
__pycache__/
|
||||
*.pyc
|
||||
docker-compose.override.yml
|
||||
|
||||
# Environment files (may contain secrets)
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Secret keys and credentials
|
||||
.secret_key
|
||||
*.key
|
||||
*.pem
|
||||
credentials.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue