Implement auto-curated playlists in the index builder: 12 playlist types (closest finishes, upsets, comebacks, marathons, rivalry classics, etc.) with weekly highlight curation. Add DB persistence, R2 pruning exemptions, frontend pages, and AI commentary enrichment pipeline. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
40 lines
419 B
Text
40 lines
419 B
Text
# Binaries (root-level only)
|
|
/acb-local
|
|
/acb-mapgen
|
|
/acb-worker
|
|
/acb-api
|
|
/acb-matchmaker
|
|
/acb-evolver
|
|
/acb-index-builder
|
|
|
|
# Node modules
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
*.js.map
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Test outputs
|
|
replay.json
|
|
|
|
# Marathon instructions (local only)
|
|
.marathon/
|
|
|
|
# Development tools
|
|
.beads/
|
|
.needle.yaml
|