chore: add experiments/*/runtime/ to .gitignore
This commit is contained in:
parent
a388358b37
commit
b5d409ea3d
5
.gitignore
vendored
5
.gitignore
vendored
@ -16,7 +16,7 @@ __pycache__/
|
||||
# 中间日志
|
||||
logs/
|
||||
*.log
|
||||
|
||||
*.csv
|
||||
# 数据集(可重新下载)
|
||||
datasets/
|
||||
|
||||
@ -30,5 +30,8 @@ experiments/*/results/*/logs/
|
||||
experiments/*/results/*/*/raw_outputs/
|
||||
experiments/*/results/*/*/logs/
|
||||
|
||||
# 运行时目录(pid 文件、缓存、临时文件)
|
||||
experiments/*/runtime/
|
||||
|
||||
# 无关项目
|
||||
loomeval_yy/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user