CoolFace
Apppublic

chencws/Stable-text-to-motion

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes
.gitignore107 linesDownload Raw Back to pyrender
1# Byte-compiled / optimized / DLL files2__pycache__/3*.py[cod]4*$py.class5 6docs/**/generated/**7 8# C extensions9*.so10 11# Distribution / packaging12.Python13build/14develop-eggs/15dist/16downloads/17eggs/18.eggs/19lib/20lib64/21parts/22sdist/23var/24wheels/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.coverage44.coverage.*45.cache46nosetests.xml47coverage.xml48*.cover49.hypothesis/50.pytest_cache/51 52# Translations53*.mo54*.pot55 56# Django stuff:57*.log58local_settings.py59db.sqlite360 61# Flask stuff:62instance/63.webassets-cache64 65# Scrapy stuff:66.scrapy67 68# Sphinx documentation69docs/_build/70 71# PyBuilder72target/73 74# Jupyter Notebook75.ipynb_checkpoints76 77# pyenv78.python-version79 80# celery beat schedule file81celerybeat-schedule82 83# SageMath parsed files84*.sage.py85 86# Environments87.env88.venv89env/90venv/91ENV/92env.bak/93venv.bak/94 95# Spyder project settings96.spyderproject97.spyproject98 99# Rope project settings100.ropeproject101 102# mkdocs documentation103/site104 105# mypy106.mypy_cache/107