DocPipe / .gitignore
jieluo1024
feat: update XGBoost weights URL and add Gradio demo
00b2f48
raw
history blame contribute delete
572 Bytes
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
.eggs/
build/
dist/
.cursor/
scripts/
# uv / virtualenv
.venv/
venv/
uv.lock
# local pipeline scratch
work/
output/
out/
.cache/
samples/
bench_data/
*.layout.json
# bench datasets — large binary corpora, distributed out of band
packages/pdfsys-bench/omnidocbench_100/
packages/pdfsys-bench/olmocr_bench_50/
# models / weights (too big for git)
models/
*.onnx
*.safetensors
*.bin
*.pt
# OS / editor
.DS_Store
.idea/
.vscode/
*.swp
# Gradio / HF Spaces runtime artifacts
flagged/
gradio_cached_examples/
.gradio/