huspacy/example-applications
1
1### Python template2# Byte-compiled / optimized / DLL files3__pycache__/4*.py[cod]5*$py.class6 7# C extensions8*.so9 10# Distribution / packaging11.Python12build/13develop-eggs/14dist/15downloads/16eggs/17.eggs/18lib/19lib64/20parts/21sdist/22var/23wheels/24share/python-wheels/25*.egg-info/26.installed.cfg27*.egg28MANIFEST29 30# PyInstaller31# Usually these files are written by a python script from a template32# before PyInstaller builds the exe, so as to inject date/other infos into it.33*.manifest34*.spec35 36# Installer logs37pip-log.txt38pip-delete-this-directory.txt39 40# Unit test / coverage reports41htmlcov/42.tox/43.nox/44.coverage45.coverage.*46.cache47nosetests.xml48coverage.xml49*.cover50*.py,cover51.hypothesis/52.pytest_cache/53cover/54 55# Translations56*.mo57*.pot58 59# Django stuff:60*.log61local_settings.py62db.sqlite363db.sqlite3-journal64 65# Flask stuff:66instance/67.webassets-cache68 69# Scrapy stuff:70.scrapy71 72# Sphinx documentation73docs/_build/74 75# PyBuilder76.pybuilder/77target/78 79# Jupyter Notebook80.ipynb_checkpoints81 82# IPython83profile_default/84ipython_config.py85 86# pyenv87# For a library or package, you might want to ignore these files since the code is88# intended to run in multiple environments; otherwise, check them in:89# .python-version90 91# pipenv92# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.93# However, in case of collaboration, if having platform-specific dependencies or dependencies94# having no cross-platform support, pipenv may install dependencies that don't work, or not95# install all needed dependencies.96#Pipfile.lock97 98# PEP 582; used by e.g. github.com/David-OConnor/pyflow99__pypackages__/100 101# Celery stuff102celerybeat-schedule103celerybeat.pid104 105# SageMath parsed files106*.sage.py107 108# Environments109.env110.venv111env/112venv/113ENV/114env.bak/115venv.bak/116 117# Spyder project settings118.spyderproject119.spyproject120 121# Rope project settings122.ropeproject123 124# mkdocs documentation125/site126 127# mypy128.mypy_cache/129.dmypy.json130dmypy.json131 132# Pyre type checker133.pyre/134 135# pytype static type analyzer136.pytype/137 138# Cython debug symbols139cython_debug/140 141 142# PyCharm143.idea/144gradio_cached_examples/145 