f/.gitignore
Greg Pomerantz d2ff607c79 On-demand per-fund reports for standalone Symbol-box funds
Any symbol that stands alone in the Symbol box (not a comma-joined
portfolio component) now gets a full report, built on demand and cached
in reports/report_data_adhoc.json. Rendered at the top of the Fund Lab
Summary as group 'A'; pointer at the top of the page. Rendering logic
extracted into render_fund_report() shared by pre-built and on-demand
entries. ~0.3-0.9 s per new fund after one-time panel warmup; instant
afterwards (memory + disk cache).
2026-08-30 18:35:42 -04:00

13 lines
211 B
Plaintext

.venv/
__pycache__/
*.pyc
.cache/
settings.json
funds.json
fundlab/nport_cache/*.html
fundlab/nport_cache/raw/
fundlab/universe_cache/
fundlab/xcheck_run.log
fundlab/streamlit.log
reports/report_data_adhoc.json