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:
@@ -1,2 +0,0 @@
|
|||||||
# Claude Vision API Key (optional — nur für KI-Analyse benötigt)
|
|
||||||
ANTHROPIC_API_KEY=your_anthropic_api_key_here
|
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
.env
|
.env
|
||||||
|
.env.example
|
||||||
venv/
|
venv/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|||||||
Reference in New Issue
Block a user