96a752ecf7
- Restructured server layer with 5 domains: shared, screener, portfolio, calls, finance - Migrated 58 TypeScript files to domain-driven structure - Updated CLAUDE.md with new architecture documentation - Added .gitignore rules for .md files (except CLAUDE.md) - Removed unused CatalystAnalyst import from app.ts - Fixed lint errors: removed unused imports, fixed regex escape, added console suppressions - Verified no sensitive data in git history - Server code compiles cleanly with TypeScript strict mode
26 lines
368 B
Plaintext
26 lines
368 B
Plaintext
node_modules
|
|
ui/node_modules
|
|
|
|
# Sensitive data — never commit
|
|
portfolio.json
|
|
market-calls.json
|
|
portfolio.json.migrated
|
|
market-calls.json.migrated
|
|
market-screener.db
|
|
market-screener.db-shm
|
|
market-screener.db-wal
|
|
.env
|
|
.env.*
|
|
|
|
# Build outputs
|
|
ui/.svelte-kit
|
|
ui/build
|
|
|
|
# Runtime cache
|
|
.benchmark-cache.json
|
|
|
|
# Documentation (except CLAUDE.md)
|
|
*.md
|
|
!PHASES.md
|
|
!CLAUDE.md
|