.gitignore
node_modules/ *.log .DS_Store audio-cache/ # Editor / build / snapshot artifacts — never commit *.bak *.bak.* *.pre-* *.swp tmp/ dist/ build/ .next/ # Secrets — never commit .env*
.gitignorenode_modules/ *.log .DS_Store audio-cache/ # Editor / build / snapshot artifacts — never commit *.bak *.bak.* *.pre-* *.swp tmp/ dist/ build/ .next/ # Secrets — never commit .env*