docling-project/DocLayNet
DocLayNet is a human-annotated document layout segmentation dataset from a broad variety of document sources.
148667
1# Created by https://www.gitignore.io/api/linux,macos,python,windows,pycharm+all,visualstudiocode,virtualenv2# Edit at https://www.gitignore.io/?templates=linux,macos,python,windows,pycharm+all,visualstudiocode,virtualenv3 4### Linux ###5*~6 7# temporary files which can be created if a process still has a handle open of a deleted file8.fuse_hidden*9 10# KDE directory preferences11.directory12 13# Linux trash folder which might appear on any partition or disk14.Trash-*15 16# .nfs files are created when an open file is removed but is still being accessed17.nfs*18 19### macOS ###20# General21.DS_Store22.AppleDouble23.LSOverride24 25# Icon must end with two \r26Icon27 28# Thumbnails29._*30 31# Files that might appear in the root of a volume32.DocumentRevisions-V10033.fseventsd34.Spotlight-V10035.TemporaryItems36.Trashes37.VolumeIcon.icns38.com.apple.timemachine.donotpresent39 40# Directories potentially created on remote AFP share41.AppleDB42.AppleDesktop43Network Trash Folder44Temporary Items45.apdisk46 47### PyCharm+all ###48# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm49# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/20654483950 51# User-specific stuff52.idea/**/workspace.xml53.idea/**/tasks.xml54.idea/**/usage.statistics.xml55.idea/**/dictionaries56.idea/**/shelf57 58# Generated files59.idea/**/contentModel.xml60 61# Sensitive or high-churn files62.idea/**/dataSources/63.idea/**/dataSources.ids64.idea/**/dataSources.local.xml65.idea/**/sqlDataSources.xml66.idea/**/dynamic.xml67.idea/**/uiDesigner.xml68.idea/**/dbnavigator.xml69 70# Gradle71.idea/**/gradle.xml72.idea/**/libraries73 74# Gradle and Maven with auto-import75# When using Gradle or Maven with auto-import, you should exclude module files,76# since they will be recreated, and may cause churn. Uncomment if using77# auto-import.78# .idea/modules.xml79# .idea/*.iml80# .idea/modules81# *.iml82# *.ipr83 84# CMake85cmake-build-*/86 87# Mongo Explorer plugin88.idea/**/mongoSettings.xml89 90# File-based project format91*.iws92 93# IntelliJ94out/95 96# mpeltonen/sbt-idea plugin97.idea_modules/98 99# JIRA plugin100atlassian-ide-plugin.xml101 102# Cursive Clojure plugin103.idea/replstate.xml104 105# Crashlytics plugin (for Android Studio and IntelliJ)106com_crashlytics_export_strings.xml107crashlytics.properties108crashlytics-build.properties109fabric.properties110 111# Editor-based Rest Client112.idea/httpRequests113 114# Android studio 3.1+ serialized cache file115.idea/caches/build_file_checksums.ser116 117### PyCharm+all Patch ###118# Ignores the whole .idea folder and all .iml files119# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360120 121.idea/122 123# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023124 125*.iml126modules.xml127.idea/misc.xml128*.ipr129 130# Sonarlint plugin131.idea/sonarlint132 133### Python ###134# Byte-compiled / optimized / DLL files135__pycache__/136*.py[cod]137*$py.class138 139# C extensions140*.so141 142# Distribution / packaging143.Python144build/145develop-eggs/146dist/147downloads/148eggs/149.eggs/150lib/151lib64/152parts/153sdist/154var/155wheels/156pip-wheel-metadata/157share/python-wheels/158*.egg-info/159.installed.cfg160*.egg161MANIFEST162 163# PyInstaller164# Usually these files are written by a python script from a template165# before PyInstaller builds the exe, so as to inject date/other infos into it.166*.manifest167*.spec168 169# Installer logs170pip-log.txt171pip-delete-this-directory.txt172 173# Unit test / coverage reports174htmlcov/175.tox/176.nox/177.coverage178.coverage.*179.cache180nosetests.xml181coverage.xml182*.cover183.hypothesis/184.pytest_cache/185 186# Translations187*.mo188*.pot189 190# Scrapy stuff:191.scrapy192 193# Sphinx documentation194docs/_build/195 196# PyBuilder197target/198 199# pyenv200.python-version201 202# pipenv203# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.204# However, in case of collaboration, if having platform-specific dependencies or dependencies205# having no cross-platform support, pipenv may install dependencies that don't work, or not206# install all needed dependencies.207#Pipfile.lock208 209# celery beat schedule file210celerybeat-schedule211 212# SageMath parsed files213*.sage.py214 215# Spyder project settings216.spyderproject217.spyproject218 219# Rope project settings220.ropeproject221 222# Mr Developer223.mr.developer.cfg224.project225.pydevproject226 227# mkdocs documentation228/site229 230# mypy231.mypy_cache/232.dmypy.json233dmypy.json234 235# Pyre type checker236.pyre/237 238### VirtualEnv ###239# Virtualenv240# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/241pyvenv.cfg242.env243.venv244env/245venv/246ENV/247env.bak/248venv.bak/249pip-selfcheck.json250 251### VisualStudioCode ###252.vscode/*253 254### VisualStudioCode Patch ###255# Ignore all local history of files256.history257 258### Windows ###259# Windows thumbnail cache files260Thumbs.db261Thumbs.db:encryptable262ehthumbs.db263ehthumbs_vista.db264 265# Dump file266*.stackdump267 268# Folder config file269[Dd]esktop.ini270 271# Recycle Bin used on file shares272$RECYCLE.BIN/273 274# Windows Installer files275*.cab276*.msi277*.msix278*.msm279*.msp280 281# Windows shortcuts282*.lnk283 284# End of https://www.gitignore.io/api/linux,macos,python,windows,pycharm+all,visualstudiocode,virtualenv285 286 287# Created by https://www.toptal.com/developers/gitignore/api/jupyternotebooks288# Edit at https://www.toptal.com/developers/gitignore?templates=jupyternotebooks289 290### JupyterNotebooks ###291# gitignore template for Jupyter Notebooks292# website: http://jupyter.org/293 294.ipynb_checkpoints295*/.ipynb_checkpoints/*296 297# IPython298profile_default/299ipython_config.py300 301# Remove previous ipynb_checkpoints302# git rm -r .ipynb_checkpoints/303 304# End of https://www.toptal.com/developers/gitignore/api/jupyternotebooks305 