CoolFace
Apppublic

sykang16/agentic-wealth-intelligence

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
.gitignore86 linesDownload Raw Back to root
1# Python2__pycache__/3*.py[cod]4*$py.class5*.so6.Python7env/8venv/9ENV/10build/11develop-eggs/12dist/13downloads/14eggs/15.eggs/16lib/17lib64/18parts/19sdist/20var/21wheels/22*.egg-info/23.installed.cfg24*.egg25 26# Environment variables27.env28.env.local29.env.local.example30 31# IDE32.vscode/33.idea/34*.swp35*.swo36*~37 38# OS39.DS_Store40Thumbs.db41 42# Database43*.db44*.sqlite45*.sqlite346 47# Logs48*.log49logs/50 51# Test coverage52.coverage53htmlcov/54.pytest_cache/55 56# Data57data/synthetic/*58!data/synthetic/.gitkeep59# synthetic_portfolios.json is required for demo — keep it tracked60!data/synthetic/synthetic_portfolios.json61# ChromaDB vector store — excluded from HF deploy62data/chroma/63data/trace.db64 65# Temporary files66*.tmp67*.bak68.cache/69.mypy_cache/70.ruff_cache/71 72# Tests and evaluation (excluded from demo repo)73tests/74 75# Evaluation result HTML reports (generated, not source)76docs/*.html77 78# UI design prototypes79ui/designs/*.html80ui/*.html81 82# Windows artifacts83nul84 85# Claude Code (if you want to exclude)86# .claude/