diff --git a/.gitignore b/.gitignore index ad92c10..dbb6af1 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/__pycache__/ChanBI.cpython-312.pyc b/__pycache__/ChanBI.cpython-312.pyc deleted file mode 100644 index 9b13e87..0000000 Binary files a/__pycache__/ChanBI.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/ChanBSP.cpython-312.pyc b/__pycache__/ChanBSP.cpython-312.pyc deleted file mode 100644 index cc05b4c..0000000 Binary files a/__pycache__/ChanBSP.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/ChanCTime.cpython-312.pyc b/__pycache__/ChanCTime.cpython-312.pyc deleted file mode 100644 index c08bfc5..0000000 Binary files a/__pycache__/ChanCTime.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/ChanEnum.cpython-312.pyc b/__pycache__/ChanEnum.cpython-312.pyc deleted file mode 100644 index 60e4aad..0000000 Binary files a/__pycache__/ChanEnum.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/ChanKLC.cpython-312.pyc b/__pycache__/ChanKLC.cpython-312.pyc deleted file mode 100644 index 2436f2e..0000000 Binary files a/__pycache__/ChanKLC.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/ChanKLU.cpython-312.pyc b/__pycache__/ChanKLU.cpython-312.pyc deleted file mode 100644 index 0729e0d..0000000 Binary files a/__pycache__/ChanKLU.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/ChanLun.cpython-312.pyc b/__pycache__/ChanLun.cpython-312.pyc deleted file mode 100644 index 83849fa..0000000 Binary files a/__pycache__/ChanLun.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/ChanSBI.cpython-312.pyc b/__pycache__/ChanSBI.cpython-312.pyc deleted file mode 100644 index 39238c4..0000000 Binary files a/__pycache__/ChanSBI.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/ChanSEG.cpython-312.pyc b/__pycache__/ChanSEG.cpython-312.pyc deleted file mode 100644 index 309ff07..0000000 Binary files a/__pycache__/ChanSEG.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/ChanZS.cpython-312.pyc b/__pycache__/ChanZS.cpython-312.pyc deleted file mode 100644 index db18ccb..0000000 Binary files a/__pycache__/ChanZS.cpython-312.pyc and /dev/null differ