mirror of https://github.com/Mai-with-u/MaiBot.git
Update .gitignore
parent
3323c8dc49
commit
ad5d417d77
|
|
@ -5,8 +5,11 @@ NapCat.Framework.Windows.Once/
|
||||||
log/
|
log/
|
||||||
logs/
|
logs/
|
||||||
out/
|
out/
|
||||||
|
log_debug/
|
||||||
tool_call_benchmark.py
|
tool_call_benchmark.py
|
||||||
run_maibot_core.bat
|
run_maibot_core.bat
|
||||||
|
maibot_statistics.html
|
||||||
|
maibot_statistic.html
|
||||||
run_napcat_adapter.bat
|
run_napcat_adapter.bat
|
||||||
run_ad.bat
|
run_ad.bat
|
||||||
llm_tool_benchmark_results.json
|
llm_tool_benchmark_results.json
|
||||||
|
|
@ -300,3 +303,5 @@ $RECYCLE.BIN/
|
||||||
|
|
||||||
# Windows shortcuts
|
# Windows shortcuts
|
||||||
*.lnk
|
*.lnk
|
||||||
|
src/chat/focus_chat/working_memory/test/test1.txt
|
||||||
|
src/chat/focus_chat/working_memory/test/test4.txt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue