fix: remove .env.example from git tracking to pass secret audit

The audit flags any .env* file in the repository. Removed .env.example
from the git index, added it to .gitignore, and updated README with
inline setup instruction instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-13 14:31:19 +00:00
parent a194ea3dc0
commit 90d47248da
3 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -10,8 +10,7 @@ pip install -r requirements.txt
Für KI-Analyse (optional):
```bash
cp .env.example .env
# ANTHROPIC_API_KEY in .env eintragen
echo "ANTHROPIC_API_KEY=your_key_here" > .env
```
## Starten