a194ea3dc0
- Replace sk-ant-... placeholder with non-secret string to pass secret scan - Add .gitignore (venv, __pycache__, .env) - Bind server to 0.0.0.0:8000 so audit HTTP check can reach it Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
51 B
Plaintext
7 lines
51 B
Plaintext
.env
|
|
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.pytest_cache/
|