3년 sim 기반 sizing_rules를 저장소에 포함하고, live 매수 시 수수료 lock과 5000원 잔여 현금을 확보하도록 운영 기본값을 갱신한다. Co-authored-by: Cursor <cursoragent@cursor.com>
117 lines
1.5 KiB
Plaintext
117 lines
1.5 KiB
Plaintext
# Local secrets and OS
|
|
.env
|
|
.DS_Store
|
|
.idea
|
|
|
|
# Runtime data & generated artifacts (scripts로 재생성) — 저장소 루트만
|
|
/data/**
|
|
!/data/spot/
|
|
/data/spot/**
|
|
!/data/spot/mtf/
|
|
/data/spot/mtf/**
|
|
!data/spot/mtf/mtf_rules_v3.json
|
|
!/data/spot/operations/
|
|
/data/spot/operations/**
|
|
!data/spot/operations/sizing_rules.json
|
|
/docs/**
|
|
!/docs/spot/
|
|
/docs/spot/**
|
|
!/docs/spot/2_analysis/
|
|
/docs/spot/2_analysis/**
|
|
!docs/spot/2_analysis/stage2_design_guide.md
|
|
!docs/spot/2_analysis/stage2_final_summary.md
|
|
!/docs/spot/3_operations/
|
|
/docs/spot/3_operations/**
|
|
!docs/spot/3_operations/stage3_design_guide.md
|
|
!/docs/live/
|
|
/docs/live/**
|
|
!docs/live/index.html
|
|
logs/
|
|
*.db
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*,cover
|
|
.hypothesis/
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff
|
|
*.log
|
|
local_settings.py
|
|
|
|
# Flask stuff
|
|
instance/
|
|
.webassets-cache
|
|
|
|
# Scrapy stuff
|
|
.scrapy
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# PyBuilder
|
|
target/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
# celery beat schedule file
|
|
celerybeat-schedule
|
|
|
|
# SageMath parsed files
|
|
*.sage.py
|
|
|
|
# virtualenv
|
|
.venv
|
|
venv/
|
|
ENV/
|
|
|
|
# Spyder project settings
|
|
.spyderproject
|
|
|
|
# Rope project settings
|
|
.ropeproject
|