CoolFace
Apppublic

ACE-Step/Ace-Step-v1.5

sourceHugging Facemitupdated 6mo agoView on Hugging Face
580likes
.gitignore228 linesDownload Raw Back to root
1data/2*.mp33*.wav4 5# Byte-compiled / optimized / DLL files6__pycache__/7*.py[codz]8*$py.class9 10# C extensions11*.so12 13# Distribution / packaging14.Python15build/16develop-eggs/17dist/18downloads/19eggs/20.eggs/21lib/22lib64/23parts/24sdist/25var/26wheels/27share/python-wheels/28*.egg-info/29.installed.cfg30*.egg31MANIFEST32 33# PyInstaller34#  Usually these files are written by a python script from a template35#  before PyInstaller builds the exe, so as to inject date/other infos into it.36*.manifest37*.spec38 39# Installer logs40pip-log.txt41pip-delete-this-directory.txt42 43# Unit test / coverage reports44htmlcov/45.tox/46.nox/47.coverage48.coverage.*49.cache50nosetests.xml51coverage.xml52*.cover53*.py.cover54.hypothesis/55.pytest_cache/56cover/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# PyBuilder79.pybuilder/80target/81 82# Jupyter Notebook83.ipynb_checkpoints84 85# IPython86profile_default/87ipython_config.py88 89# pyenv90#   For a library or package, you might want to ignore these files since the code is91#   intended to run in multiple environments; otherwise, check them in:92# .python-version93 94# pipenv95#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.96#   However, in case of collaboration, if having platform-specific dependencies or dependencies97#   having no cross-platform support, pipenv may install dependencies that don't work, or not98#   install all needed dependencies.99#Pipfile.lock100 101# UV102#   Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.103#   This is especially recommended for binary packages to ensure reproducibility, and is more104#   commonly ignored for libraries.105uv.lock106 107# poetry108#   Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.109#   This is especially recommended for binary packages to ensure reproducibility, and is more110#   commonly ignored for libraries.111#   https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control112#poetry.lock113#poetry.toml114 115# pdm116#   Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.117#   pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python.118#   https://pdm-project.org/en/latest/usage/project/#working-with-version-control119#pdm.lock120#pdm.toml121.pdm-python122.pdm-build/123 124# pixi125#   Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.126#pixi.lock127#   Pixi creates a virtual environment in the .pixi directory, just like venv module creates one128#   in the .venv directory. It is recommended not to include this directory in version control.129.pixi130 131# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm132__pypackages__/133 134# Celery stuff135celerybeat-schedule136celerybeat.pid137 138# SageMath parsed files139*.sage.py140 141# Environments142.env143.envrc144.venv145env/146venv/147ENV/148env.bak/149venv.bak/150 151# Spyder project settings152.spyderproject153.spyproject154 155# Rope project settings156.ropeproject157 158# mkdocs documentation159/site160 161# mypy162.mypy_cache/163.dmypy.json164dmypy.json165 166# Pyre type checker167.pyre/168 169# pytype static type analyzer170.pytype/171 172# Cython debug symbols173cython_debug/174 175# PyCharm176#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can177#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore178#  and can be added to the global gitignore or merged into this file.  For a more nuclear179#  option (not recommended) you can uncomment the following to ignore the entire idea folder.180#.idea/181 182# Abstra183# Abstra is an AI-powered process automation framework.184# Ignore directories containing user credentials, local state, and settings.185# Learn more at https://abstra.io/docs186.abstra/187 188# Visual Studio Code189#  Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore 190#  that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore191#  and can be added to the global gitignore or merged into this file. However, if you prefer, 192#  you could uncomment the following to ignore the entire vscode folder193# .vscode/194 195# Ruff stuff:196.ruff_cache/197 198# PyPI configuration file199.pypirc200 201# Cursor202#  Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to203#  exclude from AI features like autocomplete and code analysis. Recommended for sensitive data204#  refer to https://docs.cursor.com/context/ignore-files205.cursorignore206.cursorindexingignore207 208# Marimo209marimo/_static/210marimo/_lsp/211__marimo__/212tests/213checkpoints/214playground.ipynb215.history/216upload_checkpoints.sh217checkpoints.7z218README_old.md219discord_bot/220feishu_bot/221tmp*222torchinductor_root/223scripts/224checkpoints_legacy/225lora_output/226datasets/227python_embeded/228checkpoints_pack/