69 lines
1.1 KiB
Plaintext
69 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
|
|
fontlist.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/
|