Ignore pytest cache

This commit is contained in:
wqy
2022-09-17 19:54:47 +08:00
parent b8d2efdc66
commit 35c5881114

3
.gitignore vendored
View File

@@ -1,6 +1,9 @@
# python cache # python cache
__pycache__/ __pycache__/
# pytest
.pytest_cache/
# epanet # epanet
*.rpt *.rpt
*.opt *.opt