Files
Bithumb/.gitignore
xavis 58802bdc5f feat(spot): 3단계 운영 파이프라인 — composite_v3 + MTF paper/live
MTF 필터 백테스트, paper/live 체결, 빗썸 Private API 연동 및 운영 스크립트·설계 문서를 추가해 2단계 전략을 실거래 단계에 연결한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-12 18:27:34 +09:00

111 lines
1.4 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
/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
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