CoolFace
Modelpublic

bds2714/jukebox

sourceHugging Faceupdated 4y agoView on Hugging Face
2likes
.gitignore133 linesDownload Raw Back to root
1# Global2.DS_Store3.idea4 5# Byte-compiled / optimized / DLL files6__pycache__/7*.py[cod]8*$py.class9 10# C extensions11*.so12 13# Distribution / packaging14.Python15build/16develop-eggs/17dist/18downloads/19eggs/20.eggs/21lib/22lib64/23parts/24sdist/25var/26wheels/27pip-wheel-metadata/28share/python-wheels/29*.egg-info/30.installed.cfg31*.egg32MANIFEST33 34# PyInstaller35#  Usually these files are written by a python script from a template36#  before PyInstaller builds the exe, so as to inject date/other infos into it.37*.manifest38*.spec39 40# Installer logs41pip-log.txt42pip-delete-this-directory.txt43 44# Unit test / coverage reports45htmlcov/46.tox/47.nox/48.coverage49.coverage.*50.cache51nosetests.xml52coverage.xml53*.cover54*.py,cover55.hypothesis/56.pytest_cache/57 58# Translations59*.mo60*.pot61 62# Django stuff:63*.log64local_settings.py65db.sqlite366db.sqlite3-journal67 68# Flask stuff:69instance/70.webassets-cache71 72# Scrapy stuff:73.scrapy74 75# Sphinx documentation76docs/_build/77 78# PyBuilder79target/80 81# Jupyter Notebook82.ipynb_checkpoints83 84# IPython85profile_default/86ipython_config.py87 88# pyenv89.python-version90 91# pipenv92#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.93#   However, in case of collaboration, if having platform-specific dependencies or dependencies94#   having no cross-platform support, pipenv may install dependencies that don't work, or not95#   install all needed dependencies.96#Pipfile.lock97 98# PEP 582; used by e.g. github.com/David-OConnor/pyflow99__pypackages__/100 101# Celery stuff102celerybeat-schedule103celerybeat.pid104 105# SageMath parsed files106*.sage.py107 108# Environments109.env110.venv111env/112venv/113ENV/114env.bak/115venv.bak/116 117# Spyder project settings118.spyderproject119.spyproject120 121# Rope project settings122.ropeproject123 124# mkdocs documentation125/site126 127# mypy128.mypy_cache/129.dmypy.json130dmypy.json131 132# Pyre type checker133.pyre/