31 lines
450 B
Plaintext
31 lines
450 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
cpu/.venv/
|
|
gpu/.venv/
|
|
gpu/.gpu-ready
|
|
|
|
# Generated benchmark results
|
|
benchmarks/cpu/*.json
|
|
benchmarks/gpu/*.json
|
|
benchmarks/runs/
|
|
!benchmarks/cpu/.gitkeep
|
|
!benchmarks/gpu/.gitkeep
|
|
|
|
# OCR outputs
|
|
outputs/
|
|
|
|
# Generated structured logs (legacy logs directly under logs/ remain tracked)
|
|
logs/input/
|
|
logs/verify/
|
|
logs/image/
|
|
logs/batch/
|
|
logs/pdf/
|