Files
kima-hub/.gitignore
T
Your Name f2a443c6e3 v1.4.0: sequential enrichment, GPU auto-detection, repo cleanup
- Run audio analysis and vibe embedding phases sequentially to prevent
  resource contention (CPU/memory) from concurrent analyzers
- Auto-detect GPU availability in both audio analyzers (CUDA/ROCm)
- Fix false lite mode detection on startup by checking analyzer scripts
  on disk before falling back to heartbeat/DB checks
- Fix Dockerfile NEXT_PUBLIC_BACKEND_URL and frontend rewrite proxy
- Route enrichment failures through notification system instead of
  persistent error banner
- Remove playback error banner from player components
- Reduce enrichment cycle interval from 6h to 2h
- Comprehensive repo cleanup: remove 127 decorative comment dividers
  across 17 files, clean verbose comments, harden .gitignore, remove
  tracked docs from git

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 09:59:51 -06:00

169 lines
1.8 KiB
Plaintext

# Environment & Secrets
.env
.env.*
!.env.example
*.local
.roomodes
# Dependencies
**/node_modules/
**/__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
**/.venv/
# Build Outputs
frontend/.next/
frontend/out/
backend/dist/
**/dist/
**/build/
**/out/
.next
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
pnpm-debug.log*
backend/logs/
frontend/logs/
# Testing & Coverage
coverage/
*.lcov
.nyc_output
**/playwright-report/
**/test-results/
# Temporary & Backup Files
*.tmp
*.temp
*.bak
*.old
# Cache
.cache
.eslintcache
.stylelintcache
.rpt2_cache_*/
.ruff_cache/
# Docker
docker-compose.override.yml
docker-compose.local.yml
**/volumes/
**/data/
# IDEs & Editors
.vscode/
.idea/
*.iml
*.sublime-workspace
*.sublime-project
*.swp
*.swo
*~
\#*\#
.\#*
*.code-workspace
# OS Files
.DS_Store
Thumbs.db
Desktop.ini
# Runtime & Process
pids/
*.pid
*.seed
*.pid.lock
# Database
*.sqlite
*.sqlite3
*.db
*.db-shm
*.db-wal
**/prisma/dev.db
**/prisma/dev.db-journal
# TypeScript
*.tsbuildinfo
# Package Manager
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
pnpm-lock.yaml
# Secrets & Keys
*.keystore
*.jks
keystore.b64
**/key.txt
*.conf
lidify.keystore
# Backend
backend/cache/
**/cache/covers/
**/cache/transcodes/
**/mullvad/
# Frontend
frontend/android/
frontend/test-*.tsx
# AI Tools & Assistants
.claude/
**/.claude/
!.claude/commands/
.cursor/
**/.cursor/
.roo/
**/.roo/
.aider*
.serena/
**/.serena/
.opencode/
**/.opencode/
.vibe/
**/.vibe/
.claudeignore
CLAUDE.md
AGENTS.md
# Internal Documentation (public docs are in project root)
docs/
**/docs/
context_portal/
issues/
plans/
systems/
# Development
.worktrees/
reset-and-setup.sh
organize-singles.sh
COMMIT_MESSAGE.txt
backend/backend/
postman/
soularr/
# Legacy (removed from repo)
/App.tsx
/app.json
/src/
# Allow README files
!README.md
!readme.md