# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
build/
dist/
.venv/
venv/

# RemixFlow runtime data (imported songs + generated audio)
remixflow_data/
*_data/

# Node / frontend
node_modules/
frontend/dist/

# Built UI is generated by `npm run build` (shipped in the wheel, not committed)
backend/remixflow/static/assets/
backend/remixflow/static/index.html

# OS / editor
.DS_Store
*.swp

# Test audio
*.mp3

# Audio outputs (derived works / large binaries)
*.wav
samples/

# TS build info
frontend/tsconfig.tsbuildinfo
