CoolFace
Apppublic

radames/nginx-gradio-reverse-proxy

sourceHugging Faceupdated 3y agoView on Hugging Face
26likes
.gitignore136 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.Python11build/12develop-eggs/13dist/14downloads/15eggs/16.eggs/17lib64/18parts/19sdist/20var/21wheels/22pip-wheel-metadata/23share/python-wheels/24*.egg-info/25.installed.cfg26*.egg27MANIFEST28 29# PyInstaller30#  Usually these files are written by a python script from a template31#  before PyInstaller builds the exe, so as to inject date/other infos into it.32*.manifest33*.spec34 35# Installer logs36pip-log.txt37pip-delete-this-directory.txt38 39# Unit test / coverage reports40htmlcov/41.tox/42.nox/43.coverage44.coverage.*45.cache46nosetests.xml47coverage.xml48*.cover49*.py,cover50.hypothesis/51.pytest_cache/52 53# Translations54*.mo55*.pot56 57# Django stuff:58*.log59local_settings.py60db.sqlite361db.sqlite3-journal62 63# Flask stuff:64instance/65.webassets-cache66 67# Scrapy stuff:68.scrapy69 70# Sphinx documentation71docs/_build/72 73# PyBuilder74target/75 76# Jupyter Notebook77.ipynb_checkpoints78 79# IPython80profile_default/81ipython_config.py82 83# pyenv84.python-version85 86# pipenv87#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.88#   However, in case of collaboration, if having platform-specific dependencies or dependencies89#   having no cross-platform support, pipenv may install dependencies that don't work, or not90#   install all needed dependencies.91#Pipfile.lock92 93# PEP 582; used by e.g. github.com/David-OConnor/pyflow94__pypackages__/95 96# Celery stuff97celerybeat-schedule98celerybeat.pid99 100# SageMath parsed files101*.sage.py102 103# Environments104.env105.venv106.venv*107env/108venv/109ENV/110env.bak/111venv.bak/112.venv*113 114# Spyder project settings115.spyderproject116.spyproject117 118# Rope project settings119.ropeproject120 121# mkdocs documentation122/site123 124# mypy125.mypy_cache/126.dmypy.json127dmypy.json128 129# Pyre type checker130.pyre/131.vscode/132.idea/133 134.DS_Store135 136*.pid