managarten/apps/wisekeep/.gitignore
Till JS d7b4042164 feat(wisekeep): migrate from archive to local-first + Hono architecture
- Move from apps-archived/ to apps/
- Delete NestJS backend, mobile app, legacy Python, shared-types
- Create Hono/Bun server with Groq Whisper transcription via yt-dlp
- Create local-first store (transcripts, playlists) with guest seed
- Rewrite web app: Transcribe page, Library with search/expand,
  Playlists CRUD, auth via shared-auth-ui, AuthGate with guest mode
- Remove broken landing page subpages (Prettier-incompatible Astro)
- Add wisekeep to root CLAUDE.md and dev scripts
- Fix duplicate wisekeep entries in shared-branding
- 0 type errors on both server and web

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 20:03:55 +02:00

53 lines
512 B
Text

# Python (legacy)
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
# Data (transcripts, playlists)
data/
# Node
node_modules/
.npm
dist/
build/
.astro/
.svelte-kit/
.turbo/
# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store
# Environment
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build outputs
apps/*/dist/
apps/*/.astro/
apps/*/.svelte-kit/
# Expo
apps/mobile/.expo/
apps/mobile/ios/
apps/mobile/android/
# Legacy
legacy/venv/
legacy/__pycache__/