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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user