refactor: DeepCoin 1·2단계 파이프라인으로 구조 재편
레거시 분석·매칭·운영 코드를 정리하고 src/deepcoin 기반으로 재구성한다. 1단계 GT는 2년 스윙·눌림목·돌파·다이버전스 타점을 차트에 표시하고, 2단계는 8개 매매 기법과 GT 정합 평가 스크립트를 추가한다. .env와 GT JSON 산출물은 추적에서 제외한다. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,4 +1,6 @@
|
||||
# ---> Python.env
|
||||
# Local secrets and OS
|
||||
.env
|
||||
.DS_Store
|
||||
.idea
|
||||
*.db
|
||||
|
||||
@@ -97,7 +99,11 @@ ENV/
|
||||
|
||||
# 재생성 산출물 (스크립트 실행 시 로컬 생성)
|
||||
docs/02_ground_truth/*.html
|
||||
docs/02_ground_truth/ground_truth_chart_data.js
|
||||
data/ground_truth/ground_truth_trades.json
|
||||
data/techniques/*.json
|
||||
docs/03_analysis/*.html
|
||||
docs/03_analysis/comparison_report.json
|
||||
docs/03_analysis/latest/
|
||||
docs/04_matching/simulation_report.html
|
||||
docs/04_matching/backtest_summary.html
|
||||
|
||||
Reference in New Issue
Block a user