suno / .hfignore
Stanley03's picture
Create .hfignore
0b415d4 verified
Raw
History Blame Contribute Delete
489 Bytes
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
ENV/
env.bak/
venv.bak/
.ipynb_checkpoints
.pytest_cache
.coverage
*.cover
.hypothesis/
.pytest_cache/
*.mo
*.pot
*.log
local_settings.py
db.sqlite3
instance/
.webassets-cache
.scrapy
docs/_build/
.DS_Store
Thumbs.db
*.egg-info/
.eggs/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
*.manifest
*.spec
dist/
build/
develop-eggs/
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
.env
.git/
.hg/
.svn/
*.bak
*.tmp
test*
tmp/
temp/