document_agent / .gitignore
Jai-rathore29's picture
Deploy: DocAgent backend (deterministic date-anomaly fix)
f65e025
Raw
History Blame Contribute Delete
397 Bytes
# Python
__pycache__/
*.py[cod]
.venv/
venv/
backend/.env
backend/data/
# Node / Next
node_modules/
.next/
frontend/.env.local
frontend/.env*.local
npm-debug.log*
# Deploy / secrets
.env
.env.*
!.env.example
!**/.env.example
.vercel/
# Local model caches (baked into the image instead)
**/.cache/
**/.EasyOCR/
# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/
# Local agent settings
.claude/