移除Python编译文件并更新gitignore规则
This commit is contained in:
+9
-13
@@ -1,19 +1,15 @@
|
||||
# MacOS
|
||||
.DS_Store
|
||||
|
||||
# Python编译文件和缓存
|
||||
__pycache__/
|
||||
strategies/__pycache__/
|
||||
/__pycache__
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.pyc
|
||||
__pycache__/ChanBI.cpython-312.pyc
|
||||
__pycache__/ChanBSP.cpython-312.pyc
|
||||
__pycache__/ChanCTime.cpython-312.pyc
|
||||
__pycache__/ChanEnum.cpython-312.pyc
|
||||
__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
|
||||
*.pyo
|
||||
|
||||
# 策略文件的缓存
|
||||
strategies/__pycache__/
|
||||
|
||||
# Machine Learning / AI model files
|
||||
*_model*_xgb_model.json
|
||||
|
||||
Reference in New Issue
Block a user