initial import: etf strategy project

This commit is contained in:
2026-03-13 17:10:49 +08:00
commit 79ea983ca3
123 changed files with 6398 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Python
__pycache__/
*.pyc
.venv/
# Jupyter
.ipynb_checkpoints/
# Data
/data/raw/
/data/processed/
# Secrets
.env
# OS
.DS_Store