chore: .env.* gitignoren (ausser .env.example)
All checks were successful
CI / ci (push) Successful in 44s

Schützt .env.coolify (enthält WEBHOOK_SECRET) und weitere lokale
Env-Varianten davor, versehentlich committet zu werden.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-18 21:25:40 +02:00
parent 8c7dc7ab81
commit a6a2175f8b

2
.gitignore vendored
View File

@@ -4,6 +4,8 @@ __pycache__/
.venv/ .venv/
venv/ venv/
.env .env
.env.*
!.env.example
*.egg-info/ *.egg-info/
dist/ dist/
build/ build/