dc3ec90109
FastAPI server querying NHTSA/EPA APIs, generating PDF reports with risk scoring, and local Ollama AI analysis via DealAnalyzer. Security hardened: XSS fix, SSRF protection, CORS restricted. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
118 B
Plaintext
16 lines
118 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
.env
|
|
.env.*
|
|
output/
|
|
*.pdf
|
|
venv/
|
|
.venv/
|
|
env/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.DS_Store
|
|
Thumbs.db
|