CoolFace
Apppublic

jackdewinter/Lofi_University

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
.gitignore83 linesDownload Raw Back to root
1# Byte-compiled / optimized / DLL files2__pycache__/3*.py[cod]4*.pyc5*.pyo6*.pyd7.Python8db.sqlite39 10# C extensions11*.so12 13# Distribution / packaging14.Python15env/16build/17develop-eggs/18dist/19downloads/20eggs/21.eggs/22lib/23lib64/24parts/25sdist/26var/27wheels/28*.egg-info/29.installed.cfg30*.egg31MANIFEST32 33# PyInstaller34*.manifest35*.spec36 37# Installer logs38pip-log.txt39pip-delete-this-directory.txt40 41# Unit test / coverage reports42htmlcov/43.tox/44.nox/45.coverage46.coverage.*47.cache48nosetests.xml49coverage.xml50*.cover51*.py,cover52.hypothesis/53.pytest_cache/54 55# Translations56*.mo57*.pot58 59# IPython Notebook60.ipynb_checkpoints61 62# pyenv63.python-version64 65# dotenv66.env67 68# virtualenv69.venv70venv/71ENV/72 73# Pyre type checker74.pyre/75 76# Conda files77conda-meta/78.env/79conda_env*80 81# other82flagged/83.DS_Store