chore: delete .env.example, clarify .gitignore for sops files

.env.example replaced by .env.dev.sops. Added comment explaining that
.env.*.sops files are encrypted and committed, while .env is a
decrypted artifact that stays gitignored.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-02-23 17:18:39 +01:00
parent fcf66104cb
commit 5b074b8508
2 changed files with 2 additions and 67 deletions

3
.gitignore vendored
View File

@@ -15,7 +15,8 @@ __pycache__/
venv/
.uv/
# Environment
# Environment — .env is a decrypted artifact (gitignored)
# .env.*.sops files are encrypted and committed intentionally
.env
.env.local