mirror of
https://github.com/docling-project/docling-ibm-models.git
synced 2026-05-17 13:10:52 +00:00
295cd334df
Signed-off-by: Panos Vagenas <pva@zurich.ibm.com>
81 lines
838 B
Plaintext
81 lines
838 B
Plaintext
*~
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Tmp files and directories
|
|
stderr.*
|
|
stdout.*
|
|
*.tar
|
|
test.sh
|
|
OutputDecoder
|
|
jobs.txt
|
|
_std*.*
|
|
tests/tmp/*
|
|
runs/*
|
|
*.onnx
|
|
.DS_Store
|
|
viz/
|
|
|
|
# VSCode
|
|
.vscode
|
|
|
|
# VIM
|
|
*.swp
|
|
*.swo
|
|
*.bak
|
|
|
|
# Environments
|
|
.env
|
|
.venv
|
|
_venv/
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
venv
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
|
|
# checkpoint file for testing
|
|
tests/test_data/model_artifacts/*.check
|
|
tests/test_data/model_artifacts/*.json
|
|
tests/test_data/model_artifacts/*.pt
|
|
|
|
# test results
|
|
tests/test_data/viz/
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.py,cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
cover/
|