CoolFace
Apppublic

touchscale/anime-aesthetic-predict

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
0likes
.gitignore117 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/23*.egg-info/24.installed.cfg25*.egg26MANIFEST27 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.nox/42.coverage43.coverage.*44.cache45nosetests.xml46coverage.xml47*.cover48.hypothesis/49.pytest_cache/50 51# Translations52*.mo53*.pot54 55# Django stuff:56*.log57local_settings.py58db.sqlite359 60# Flask stuff:61instance/62.webassets-cache63 64# Scrapy stuff:65.scrapy66 67# Sphinx documentation68docs/_build/69 70# PyBuilder71target/72 73# Jupyter Notebook74.ipynb_checkpoints75 76# IPython77profile_default/78ipython_config.py79 80# pyenv81.python-version82 83# celery beat schedule file84celerybeat-schedule85 86# SageMath parsed files87*.sage.py88 89# Environments90.env91.venv92env/93venv/94ENV/95env.bak/96venv.bak/97 98# Spyder project settings99.spyderproject100.spyproject101 102# Rope project settings103.ropeproject104 105# mkdocs documentation106/site107 108# mypy109.mypy_cache/110.dmypy.json111dmypy.json112 113# Pyre type checker114.pyre/115 116.idea/117