Files
david 7124b16fc1 docs: update AGENTS.md and README for new features, add JS tests
Docs:
- AGENTS.md: updated toolchain section with js-lint/js-test tasks,
  expanded web/ui/ directory listing, added event delegation and
  Web Audio API to key patterns, updated testing section
- README: marked issue #9 (Audio Preview Player) as done
- .gitignore: added akai-fetch.test and cover.out

Tests:
- Moved groupWavs and cleanName to util.js (pure functions)
- Added 10 new JS tests: 6 groupWavs, 4 cleanName
- Total JS tests: 29 (up from 19)
2026-06-22 02:46:34 -07:00

35 lines
340 B
Plaintext

# Binaries
fetch
akai-fetch
akai-fetch-bin
*.exe
# Original akaiutil source (vendored copy in third_party/)
akaiutil-4.6.7/
# Build artifacts
*.o
*.obj
third_party/akaiutil/akaiutil
# Data
*.iso
output/
wavs
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# JS dependencies
web/ui/node_modules/
# Temp
/tmp/
akai-fetch.test
cover.out