Add Playlists section; clean up build artifacts from repo
- Wire Playlists star in index.html → Playlists/playlists.html - Hub page: Aladin font, dynamic cards via build.py injection, no back-link - 4 playlist pages: eclectica-experimenti, daydreamsoftime, soosfynwyn, theelfladymadeusdoit - build.py: scans folder, extracts title+track count, regenerates hub cards in place - Remove 21 tracked CSVs (moved with PlaylistPirate to ToolsnToys) - Untrack Images/GEMINI.md, GEMINI-FIX.md, script-guide.md (agent artifacts) - .gitignore: global rules for GEMINI*.md, HANDOVER.md, script-guide.md; Playlists build dirs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -8,8 +8,13 @@ CREATURE-PLAYGROUND/
|
||||
DumperCan/
|
||||
PARENT.md
|
||||
SONNET.md
|
||||
/GEMINI.md
|
||||
!Images/GEMINI.md
|
||||
GEMINI.md
|
||||
GEMINI-*.md
|
||||
**/GEMINI.md
|
||||
**/GEMINI-*.md
|
||||
HANDOVER.md
|
||||
**/HANDOVER.md
|
||||
**/script-guide.md
|
||||
SPORE_SYSTEM_SPEC_v0.2.md
|
||||
SEEDS.md
|
||||
*-JL-notes.md
|
||||
@@ -44,6 +49,13 @@ HomePage-JL-notes.md
|
||||
# Binaries
|
||||
DumperCan/WAMEX/WAMEX
|
||||
|
||||
# Playlists build artifacts — regenerated locally, not for deployment
|
||||
Playlists/cache.json
|
||||
Playlists/mb_cache.json
|
||||
Playlists/_playlist-template.html
|
||||
Playlists/playlistpirate/
|
||||
Playlists/dist/
|
||||
|
||||
# Claude Code local settings
|
||||
.claude/settings.local.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user