feat: Initialize PolyWeather project structure including modules for data collection, analysis, strategy, trading, utilities, configuration, and a Streamlit dashboard.

This commit is contained in:
2569718930@qq.com
2026-02-05 19:52:02 +08:00
commit 9617425c6e
33 changed files with 3928 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Secrets
.env
# Data and Logs
data/*.json
data/logs/
data/historical/
data/cache/
data/models/
logs/
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
pip-log.txt
pip-delete-this-directory.txt
.history/
# OS
.DS_Store
Thumbs.db