CoolFace
Apppublic

SkeletonDiffusion/SkeletonDiffusion_Demo

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
.gitignore213 linesDownload Raw Back to root
1# Python2__pycache__/3*.py[cod]4*$py.class5*.so6.Python7build/8develop-eggs/9dist/10downloads/11eggs/12.eggs/13lib/14lib64/15parts/16sdist/17var/18*.egg-info/19.installed.cfg20*.egg21 22# Virtual Environment23venv/24ENV/25env/26.env27 28# IDE29.idea/30.vscode/31*.swp32*.swo33 34# OS35.DS_Store36Thumbs.db37 38# Project specific39*.pth40*.ckpt41# *.pt42*.bin43*.npy44*.npz45*.mp446*.avi47*.mov48*.jpg49*.jpeg50*.png51 52# Logs53*.log54logs/55 56# Distribution / packaging57.Python58build/59develop-eggs/60dist/61# downloads/62eggs/63.eggs/64lib/65lib64/66parts/67sdist/68var/69share/python-wheels/70*.egg-info/71.installed.cfg72*.egg73MANIFEST74 75# PyInstaller76#  Usually these files are written by a python script from a template77#  before PyInstaller builds the exe, so as to inject date/other infos into it.78*.manifest79*.spec80 81# Installer logs82pip-log.txt83pip-delete-this-directory.txt84 85# Unit test / coverage reports86htmlcov/87.tox/88.nox/89.coverage90.coverage.*91.cache92nosetests.xml93coverage.xml94*.cover95*.py,cover96.hypothesis/97.pytest_cache/98cover/99 100# Translations101*.mo102*.pot103 104# Django stuff:105*.log106local_settings.py107db.sqlite3108db.sqlite3-journal109 110# Flask stuff:111instance/112.webassets-cache113 114# Scrapy stuff:115.scrapy116 117# Sphinx documentation118docs/_build/119 120# PyBuilder121.pybuilder/122target/123 124# Jupyter Notebook125.ipynb_checkpoints126 127# IPython128profile_default/129ipython_config.py130 131# pyenv132#   For a library or package, you might want to ignore these files since the code is133#   intended to run in multiple environments; otherwise, check them in:134# .python-version135 136# pipenv137#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.138#   However, in case of collaboration, if having platform-specific dependencies or dependencies139#   having no cross-platform support, pipenv may install dependencies that don't work, or not140#   install all needed dependencies.141#Pipfile.lock142 143# UV144#   Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.145#   This is especially recommended for binary packages to ensure reproducibility, and is more146#   commonly ignored for libraries.147#uv.lock148 149# poetry150#   Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.151#   This is especially recommended for binary packages to ensure reproducibility, and is more152#   commonly ignored for libraries.153#   https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control154#poetry.lock155 156# pdm157#   Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.158#pdm.lock159#   pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it160#   in version control.161#   https://pdm.fming.dev/latest/usage/project/#working-with-version-control162.pdm.toml163.pdm-python164.pdm-build/165 166# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm167__pypackages__/168 169# Celery stuff170celerybeat-schedule171celerybeat.pid172 173# SageMath parsed files174*.sage.py175 176# Spyder project settings177.spyderproject178.spyproject179 180# Rope project settings181.ropeproject182 183# mkdocs documentation184/site185 186# mypy187.mypy_cache/188.dmypy.json189dmypy.json190 191# Pyre type checker192.pyre/193 194# pytype static type analyzer195.pytype/196 197# Cython debug symbols198cython_debug/199 200# PyCharm201#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can202#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore203#  and can be added to the global gitignore or merged into this file.  For a more nuclear204#  option (not recommended) you can uncomment the following to ignore the entire idea folder.205#.idea/206 207# PyPI configuration file208.pypirc2099622_GRAB/210magick211outputs/*_obj212outputs/213intermediate_results/