ai-code-battle/.gitignore
jedarden b1121ed6f8 feat(playlists): add playlist curation and rebuild logic per §10, with series/seasons/enrichment
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>
2026-04-21 16:11:27 -04:00

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