CoolFace
Apppublic

hellofocus/remove-photo-background

sourceHugging Faceupdated 3y agoView on Hugging Face
1likes
.gitignore125 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/23pip-wheel-metadata/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.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# celery beat schedule file94celerybeat-schedule95 96# SageMath parsed files97*.sage.py98 99# Environments100.env101.venv102env/103venv/104ENV/105env.bak/106venv.bak/107 108# Spyder project settings109.spyderproject110.spyproject111 112# Rope project settings113.ropeproject114 115# mkdocs documentation116/site117 118# mypy119.mypy_cache/120.dmypy.json121dmypy.json122 123# Pyre type checker124.pyre/125