docling-studio/.dockerignore
pjmalandrino c3c0149532
Some checks failed
Release Docker Image / Build & push Docker image (push) Has been cancelled
Add docker push
2026-03-20 18:26:20 +01:00

20 lines
341 B
Text

.git/
.github/
*.md
LICENSE
.env
.env.*
# Frontend build artifacts
frontend/node_modules/
frontend/dist/
# Backend dev artifacts
document-parser/.venv/
document-parser/__pycache__/
document-parser/*.pyc
document-parser/.pytest_cache/
document-parser/.mypy_cache/
document-parser/.ruff_cache/
document-parser/data/
document-parser/uploads/