# Env
.env

# Datas
*.png
*.jpg
*.jpeg
*.pdf
*.docx
*.h5
credentials
credentials_seg
test/*
test_assets/*
tests/assets
.htpasswd
test.ipynb

docker/dependencies/libs/*

demo_app/imgs/*
!demo_app/imgs/.empty
demo_app/jsons/*
!demo_app/jsons/.empty
demo_app/uploads/*
!demo_app/uploads/.empty
demo_app/pictures/*
!demo_app/pictures/image-not-found.png

ExtPage*
ExtDocument*

test/*.ipynb
scripts/data/*
tests/collections/*
tests/collections/test_template.postman_collection.json

weights/*
!weights/__init__.py
extraction/test/*
extraction/_dirname/*
#json outputs
tests/parsing_test_profile.json
tests/parsing_test_profile_parsed_elements.json

#json outputs
tests/parsing_test_profile.json
tests/parsing_test_profile_parsed_elements.json

# IDE
.idea/*
.vscode/*
# Created by https://www.gitignore.io/api/python,osx,django

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/

debuggingAPIs.ipynb
# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# IPython Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# dotenv
api/dotenv/*
!api/dotenv/.env_dev
apps/.app_current_config

# virtualenv
.venv/
venv/
ENV/
virtualenv/
nano.save
# Spyder project settings
.spyderproject

# Rope project settings
.ropeproject


### OSX ###
*.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk


### Django ###
*.log
*.pot
*.pyc
__pycache__/
local_settings.py
db.sqlite3
media

deploy/*.zip


# Pyre type checker
.pyre/

.envrc