qwen-voice-studio / .gitignore
techfreakworm's picture
chore: ignore .superpowers/ (visual-companion scratch)
3f1ee45 unverified
Raw
History Blame Contribute Delete
316 Bytes
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
env/
# Model / audio artifacts
*.wav
*.mp3
*.flac
*.pt
!assets/**/*.png
!docs/samples/**
outputs/
voice_library/
data/
.cache/
# HF / torch
.huggingface/
*.lock
# OS / editors
.DS_Store
.idea/
.vscode/
*.log
# brainstorming visual companion
.superpowers/