删除根目录旧 Chan 模块、策略、配置、文档及 wyckoff 相关代码;更新缠论 pipeline 与笔中枢计算;补充 research 研究与 web 测试。 Co-authored-by: Cursor <cursoragent@cursor.com>
23 lines
196 B
Plaintext
23 lines
196 B
Plaintext
# MacOS
|
|
.DS_Store
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.pyc
|
|
*.pyo
|
|
.pytest_cache/
|
|
|
|
# Logs & databases
|
|
*.log
|
|
*.sqlite
|
|
*.sqlite-shm
|
|
*.sqlite-wal
|
|
|
|
# Local data
|
|
data/
|
|
|
|
# Local tooling
|
|
.gstack/
|