CoolFace
Apppublic

Alimustoofaa/Container-Number-OCR

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
0likes
.gitignore109 linesDownload Raw Back to root
1# Byte-compiled / optimized / DLL files2__pycache__/3*.py[cod]4*$py.class5 6# C extensions7*.so8 9# Distribution / packaging10.Python11env/12build/13develop-eggs/14dist/15downloads/16eggs/17.eggs/18lib/19lib64/20parts/21sdist/22var/23wheels/24*.egg-info/25.installed.cfg26*.egg27 28# PyInstaller29#  Usually these files are written by a python script from a template30#  before PyInstaller builds the exe, so as to inject date/other infos into it.31*.manifest32*.spec33 34# Installer logs35pip-log.txt36pip-delete-this-directory.txt37 38# Unit test / coverage reports39htmlcov/40.tox/41.coverage42.coverage.*43.cache44nosetests.xml45coverage.xml46*.cover47.hypothesis/48 49# Translations50*.mo51*.pot52 53# Django stuff:54*.log55local_settings.py56 57# Flask stuff:58instance/59.webassets-cache60 61# Scrapy stuff:62.scrapy63 64# Sphinx documentation65docs/_build/66 67# PyBuilder68target/69 70# Jupyter Notebook71.ipynb_checkpoints72 73# pyenv74.python-version75 76# celery beat schedule file77celerybeat-schedule78 79# SageMath parsed files80*.sage.py81 82# dotenv83.env84 85# virtualenv86.venv87venv/88ENV/89 90# Spyder project settings91.spyderproject92.spyproject93 94# Rope project settings95.ropeproject96 97# mkdocs documentation98/site99 100# mypy101.mypy_cache/102 103# macOS104*.DS_Store105 106# IDEs107.vscode/108.vs/109.idea/