CoolFace
Apppublic

latentcat/sd3-api

sourceHugging Facemitupdated 2y agoView on Hugging Face
47likes
.gitignore141 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/17lib/18lib64/19parts/20sdist/21var/22wheels/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/52cover/53 54# Translations55*.mo56*.pot57 58# Django stuff:59*.log60local_settings.py61db.sqlite362db.sqlite3-journal63 64# Flask stuff:65instance/66.webassets-cache67 68# Scrapy stuff:69.scrapy70 71# Sphinx documentation72docs/_build/73 74# PyBuilder75.pybuilder/76target/77 78# Jupyter Notebook79.ipynb_checkpoints80 81# IPython82profile_default/83ipython_config.py84 85# pyenv86#   For a library or package, you might want to ignore these files since the code is87#   intended to run in multiple environments; otherwise, check them in:88# .python-version89 90# pipenv91#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.92#   However, in case of collaboration, if having platform-specific dependencies or dependencies93#   having no cross-platform support, pipenv may install dependencies that don't work, or not94#   install all needed dependencies.95#Pipfile.lock96 97# PEP 582; used by e.g. github.com/David-OConnor/pyflow98__pypackages__/99 100# Celery stuff101celerybeat-schedule102celerybeat.pid103 104# SageMath parsed files105*.sage.py106 107# Environments108.env109.venv110env/111venv/112ENV/113env.bak/114venv.bak/115 116# Spyder project settings117.spyderproject118.spyproject119 120# Rope project settings121.ropeproject122 123# mkdocs documentation124/site125 126# mypy127.mypy_cache/128.dmypy.json129dmypy.json130 131# Pyre type checker132.pyre/133 134# pytype static type analyzer135.pytype/136 137# Cython debug symbols138cython_debug/139 140.idea141