Files
market_screener/.gitignore
T
Sai Kiran Vella 96a752ecf7 phase-9: domain-driven architecture complete
- 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
2026-06-06 18:18:22 -04:00

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