quant-web/.dockerignore
epistemophiliac 627b2326df Add Python strategy engine, parameter optimization, and faster Docker builds.
Support builtin and custom generate_signals strategies with SQLite persistence, exhaustive grid scans (VectorBT comb optimization for MA crossover), professional backtest/optimize UI, and split harvester/app requirements with BuildKit pip cache.
2026-06-19 01:29:28 -04:00

13 lines
122 B
Text

.git
.gitignore
__pycache__
*.py[cod]
*.egg-info
.venv
venv
.env
data
*.db
.streamlit/secrets.toml
README.md
.agent-tools