[gitignore]添加对测试用文件夹savePath的忽略

This commit is contained in:
Ziyang.Zhang 2025-06-25 16:54:43 +08:00
parent 6ac206b6b1
commit fc1dac7927

1
.gitignore vendored
View File

@ -29,6 +29,7 @@ env/
.coverage
htmlcov/
.pytest_cache/
savePath/
# 编辑器相关
.idea/