10 lines
92 B
Plaintext
10 lines
92 B
Plaintext
|
|
# 忽略不需要的文件
|
||
|
|
results/
|
||
|
|
*.log
|
||
|
|
.DS_Store
|
||
|
|
.git/
|
||
|
|
.gitignore
|
||
|
|
README.md
|
||
|
|
AI_GUIDE.md
|
||
|
|
|