添加机器学习模型文件和数据库文件的忽略规则
This commit is contained in:
+16
@@ -14,3 +14,19 @@ __pycache__/ChanLun_Classifier.cpython-312.pyc
|
|||||||
__pycache__/ChanSBI.cpython-312.pyc
|
__pycache__/ChanSBI.cpython-312.pyc
|
||||||
__pycache__/ChanSEG.cpython-312.pyc
|
__pycache__/ChanSEG.cpython-312.pyc
|
||||||
__pycache__/ChanZS.cpython-312.pyc
|
__pycache__/ChanZS.cpython-312.pyc
|
||||||
|
|
||||||
|
# Machine Learning / AI model files
|
||||||
|
*_model*_xgb_model.json
|
||||||
|
*modelchan*.json
|
||||||
|
*.libsvm
|
||||||
|
feature_meta
|
||||||
|
*_model_feature_data.csv
|
||||||
|
*.pem
|
||||||
|
|
||||||
|
# Log files
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Database files
|
||||||
|
*.sqlite
|
||||||
|
*.sqlite-shm
|
||||||
|
*.sqlite-wal
|
||||||
|
|||||||
Reference in New Issue
Block a user