# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg

# Virtual environments
venv/
.venv/
env/
.separator_env/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Claude
.claude/
.mcp.json

# Worktrees
.worktrees/

# Model weights and generated audio — large, local-only. Also: never
# publish trained LoRA/LoKr adapters (*.safetensors) — this repo clones
# and drives upstream ACE-Step 1.5, it does not distribute trained
# weights of any kind.
*.ckpt
*.pt
*.pth
*.onnx
*.safetensors
voicebanks/
output/
*.wav
*.mp3

# Secrets
.env
.env.*
