.DS_Store
*.aiff
*.wav
*.mp3
# ...except the pre-rendered per-word pronunciation audio, which IS the product
# and must ship in git (Vercel serves docs/ from the git tree; a push without
# these = silent site-wide /audio 404). Regenerated by tools/make-audio-all.py.
!docs/audio/*.mp3
*.log
/dist
/node_modules
/.audit-audio
.vercel

.draft-*
.indexnow/
marketplace.env
.gstack/

# Python bytecode
__pycache__/
*.pyc
