/.phpunit.cache
/node_modules
/public/build
/public/hot
/public/storage
/data/*.key
/vendor
.env
.env.backup
.env.production
.phpunit.result.cache
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
yarn-error.log
/.fleet
/.idea
/.vscode
/.claude/mcp

# Lyrics ML stack: keep transcribe.py, ignore the heavy venv + model cache
/ml/venv
/ml/cache
/ml/__pycache__

# Runtime storage (moved from /storage to /data) — user uploads, sessions,
# cache, logs, tmp. Never goes into git.
/data
