mbarnig/ACE-Step
0
1*.pt2*.ckpt3*.onnx4t5_g2p_model/5embeddings/6checkpoints/7 8val_images/9val_audios/10lightning_logs/11lightning_logs_/12train_images/13train_audios/14# Byte-compiled / optimized / DLL files15__pycache__/16*.py[cod]17*$py.class18 19# C extensions20*.so21 22# Distribution / packaging23.idea/24.Python25build/26develop-eggs/27dist/28downloads/29eggs/30.eggs/31lib/32lib64/33parts/34sdist/35var/36wheels/37share/python-wheels/38*.egg-info/39.installed.cfg40*.egg41MANIFEST42 43# PyInstaller44# Usually these files are written by a python script from a template45# before PyInstaller builds the exe, so as to inject date/other infos into it.46*.manifest47*.spec48 49# Installer logs50pip-log.txt51pip-delete-this-directory.txt52 53# Unit test / coverage reports54htmlcov/55.tox/56.nox/57.coverage58.coverage.*59.cache60nosetests.xml61coverage.xml62*.cover63*.py,cover64.hypothesis/65.pytest_cache/66cover/67 68# Translations69*.mo70*.pot71 72# Django stuff:73*.log74local_settings.py75db.sqlite376db.sqlite3-journal77 78# Flask stuff:79instance/80.webassets-cache81 82# Scrapy stuff:83.scrapy84 85# Sphinx documentation86docs/_build/87 88# PyBuilder89.pybuilder/90target/91 92# Jupyter Notebook93.ipynb_checkpoints94 95# IPython96profile_default/97ipython_config.py98 99# pyenv100# For a library or package, you might want to ignore these files since the code is101# intended to run in multiple environments; otherwise, check them in:102# .python-version103 104# pipenv105# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.106# However, in case of collaboration, if having platform-specific dependencies or dependencies107# having no cross-platform support, pipenv may install dependencies that don't work, or not108# install all needed dependencies.109#Pipfile.lock110 111# poetry112# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.113# This is especially recommended for binary packages to ensure reproducibility, and is more114# commonly ignored for libraries.115# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control116#poetry.lock117 118# pdm119# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.120#pdm.lock121# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it122# in version control.123# https://pdm.fming.dev/#use-with-ide124.pdm.toml125 126# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm127__pypackages__/128 129# Celery stuff130celerybeat-schedule131celerybeat.pid132 133# SageMath parsed files134*.sage.py135 136# Environments137.env138.venv139env/140venv/141ENV/142env.bak/143venv.bak/144 145# Spyder project settings146.spyderproject147.spyproject148 149# Rope project settings150.ropeproject151 152# mkdocs documentation153/site154 155# mypy156.mypy_cache/157.dmypy.json158dmypy.json159 160# Pyre type checker161.pyre/162 163# pytype static type analyzer164.pytype/165 166# Cython debug symbols167cython_debug/168 169# PyCharm170# JetBrains specific template is maintained in a separate JetBrains.gitignore that can171# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore172# and can be added to the global gitignore or merged into this file. For a more nuclear173# option (not recommended) you can uncomment the following to ignore the entire idea folder.174#.idea/175*.txt176!requirements.txt177*.log178*.flac179minio_config.yaml180.history/*181__pycache__/*182train.log183*.mp3184*.tar.gz185__pycache__/186demo_examples/187nohup.out188test_results/*189nohup.out190text_audio_align/*191remote/*192MG2P/*193audio_getter.py194refiner_loss_debug/195outputs/*196!outputs/197save_checkpoint.ipynb198repos/*199app_demo.py200ui/components_demo.py201data_sampler_demo.py202pipeline_ace_step_demo.py203 