Datasets:

Modalities:
Audio
Text
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
SongFormBench / .gitignore
ASLP-lab's picture
add ignore
69e282f
raw
history blame contribute delete
604 Bytes
# Python bytecode files
__pycache__/
*.py[cod]
# Virtual environment
venv/
ENV/
env/
.venv/
.ENV/
# Python IDEs
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
# Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Data files (data used for training or testing)
*.log
# TensorBoard logs
runs/
tensorboard_logs/
# Operating system files
.DS_Store
Thumbs.db
# PyCharm files
*.iml
.idea/
# Coverage and testing tools
.coverage
nosetests.xml
coverage.xml
*.cover
*.log
# Compiled extension modules
*.so
*.dylib
*.pyd
# Cython debug symbols
cython_debug/
# Other custom ignore rules
*.bak
*.swp