document_agent / backend /.dockerignore
Jai-rathore29's picture
Deploy: DocAgent backend (deterministic date-anomaly fix)
f65e025
Raw
History Blame Contribute Delete
345 Bytes
# Keep the build context small and never ship secrets or local state.
.venv/
venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Local runtime data (uploads, sqlite, rendered pages, vector store).
data/
# Secrets — provided via host env vars in production.
.env
.env.*
# Misc
.git/
.DS_Store
Thumbs.db
*.log