feat: add Quant OS A-share baseline

This commit is contained in:
2026-07-26 12:54:04 +08:00
commit 48c5f64bbd
98 changed files with 31874 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
# Local environments
.venv/
.venv-*/
venv/
# Generated evidence and local data
artifacts/
reports/
runs/
data/raw/
data/canonical/
data/snapshots/
data/qlib/
mlruns/
*.parquet
*.duckdb
*.db
# Credentials and proprietary QMT/JQ material
.env
.env.*
!.env.example
secrets/
credentials/
userdata_mini/
xtquant/
*.key
*.pem
*.p12
# Editors and operating systems
.DS_Store
.idea/
.vscode/