__pycache__/
*.pyc
.venv/
dist/
*.egg-info/
.mypy_cache/
.pytest_cache/
test_data/
.claude/
.DS_Store

# Tone-generation training (default output paths — datasets and checkpoints are large)
scratch/tone_gen_dataset/
scratch/tone_gen_checkpoints/

# IDE
.idea/

# Local-only training data / scratch artifacts (kept on disk, never committed)
scratch/t11_smoke_check/
*.pt
.run/
.env
