- 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>
68 lines
1.1 KiB
Plaintext
68 lines
1.1 KiB
Plaintext
# Old site/ build dir — index.html now lives at repo root
|
|
site/
|
|
|
|
# Agent workspace — not for deployment
|
|
skills/
|
|
spores/
|
|
CREATURE-PLAYGROUND/
|
|
DumperCan/
|
|
PARENT.md
|
|
SONNET.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
|
|
HomePage-JL-notes.md
|
|
|
|
# Large media files — use FileBrowser (files.exopraxist.org) instead
|
|
*.jpg
|
|
*.JPG
|
|
*.jpeg
|
|
*.JPEG
|
|
*.png
|
|
*.PNG
|
|
*.gif
|
|
*.GIF
|
|
|
|
# Thumbnails are small (360px) and live in git
|
|
!Images/*/thumbnails/
|
|
!Images/*/thumbnails/*.jpg
|
|
!Images/*/thumbnails/*.JPG
|
|
!Images/*/thumbnails/*.jpeg
|
|
!Images/*/thumbnails/*.JPEG
|
|
!Images/*/thumbnails/*.png
|
|
!Images/*/thumbnails/*.PNG
|
|
*.mp3
|
|
*.mp4
|
|
*.webm
|
|
*.ttf
|
|
*.woff
|
|
*.woff2
|
|
*.otf
|
|
|
|
# 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
|
|
|
|
# Editor / OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*~
|
|
.venv/
|