移除Python编译文件并更新gitignore规则
This commit is contained in:
+9
-13
@@ -1,19 +1,15 @@
|
|||||||
|
# MacOS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Python编译文件和缓存
|
||||||
__pycache__/
|
__pycache__/
|
||||||
strategies/__pycache__/
|
*.py[cod]
|
||||||
/__pycache__
|
*$py.class
|
||||||
*.pyc
|
*.pyc
|
||||||
__pycache__/ChanBI.cpython-312.pyc
|
*.pyo
|
||||||
__pycache__/ChanBSP.cpython-312.pyc
|
|
||||||
__pycache__/ChanCTime.cpython-312.pyc
|
# 策略文件的缓存
|
||||||
__pycache__/ChanEnum.cpython-312.pyc
|
strategies/__pycache__/
|
||||||
__pycache__/ChanKLC.cpython-312.pyc
|
|
||||||
__pycache__/ChanKLU.cpython-312.pyc
|
|
||||||
__pycache__/ChanLun.cpython-312.pyc
|
|
||||||
__pycache__/ChanLun_Classifier.cpython-312.pyc
|
|
||||||
__pycache__/ChanSBI.cpython-312.pyc
|
|
||||||
__pycache__/ChanSEG.cpython-312.pyc
|
|
||||||
__pycache__/ChanZS.cpython-312.pyc
|
|
||||||
|
|
||||||
# Machine Learning / AI model files
|
# Machine Learning / AI model files
|
||||||
*_model*_xgb_model.json
|
*_model*_xgb_model.json
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user