Import existing LinTunes project

Snapshot of the existing codebase before working through the TASKS.md
backlog. Real library data (data/) and the iTunes import fixture
(itunes-test-library/) are gitignored.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-26 21:12:01 -04:00
commit f6d35fa594
70 changed files with 8992 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
# Python
__pycache__/
*.pyc
.pytest_cache/
# Editor backups
*~
# Atomic-write temp files
*.json.tmp
# Trav's real library data (lives in the music folder; moves to the tummult drive)
data/
# iTunes library exports used only for the manual real-import eyeball task
# (~104M of real library metadata; the test suite builds its own small fixtures)
itunes-test-library/
# Local-only Claude settings
.claude/settings.local.json