90d47248da
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>
8 lines
64 B
Plaintext
8 lines
64 B
Plaintext
.env
|
|
.env.example
|
|
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.pytest_cache/
|