# 模型对比搜索 - Git 忽略规则

# 输出结果目录（测试产生的临时文件）
output/

# 节点模块
node_modules/

# 日志文件
*.log

# 临时文件
*.tmp
.cache/
