- Profil-Karte "Ban Yaro — das Album" in settings.js mit Cover-Thumbnail +
zwei Download-Buttons (Deutsch/English), rein deklarativ (CSP-safe)
- /downloads StaticFiles-Mount in main.py (makedirs-Schutz); ZIPs matchen
keine SW-Cache-Regel -> fluten den Cache nicht
- backend/static/downloads/ban-yaro-album-{de,en}.zip: je 7 MP3s mit ID3-Tags
+ eingebettetem Cover, cover.jpg, LIESMICH.txt/README.txt (Tracklist + Lizenz)
- Cover aus Fruehling-Playdate-Foto (quadr. Crop + Wortmarke), DE/EN-Variante;
textfreies album-thumb.jpg fuer die Karte
- Reproduzierbar: make album (tools/album-build/build.sh + Liner-Notes)
- LIVE auf Prod + Staging v1302
26 lines
416 B
Text
26 lines
416 B
Text
.env
|
|
data/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.DS_Store
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
|
|
# Design-Quell-Dateien (nicht für Server)
|
|
/icons/
|
|
.claude/worktrees/
|
|
Ban Yaro - Google Play package/
|
|
/unsplash/
|
|
|
|
# Selbst-gehostete Vektor-Tiles (groß, gehören nicht ins Repo)
|
|
tiles/build/
|
|
*.pmtiles
|
|
*.osm.pbf
|
|
*.mbtiles
|
|
tiles/build.log
|
|
tiles/.DS_Store
|
|
|
|
# Album-Build: Zwischendateien (ZIPs + Thumbnail werden committet)
|
|
tools/album-build/dist/
|