添加机器学习模型文件和数据库文件的忽略规则

This commit is contained in:
Porter
2025-06-02 14:40:05 +08:00
parent 510a03aea8
commit da2a56432c
+16
View File
@@ -14,3 +14,19 @@ __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
*_model*_xgb_model.json
*modelchan*.json
*.libsvm
feature_meta
*_model_feature_data.csv
*.pem
# Log files
*.log
# Database files
*.sqlite
*.sqlite-shm
*.sqlite-wal