From 35c5881114bc404f1c0a575d6c1e7ab0f4187d18 Mon Sep 17 00:00:00 2001 From: wqy Date: Sat, 17 Sep 2022 19:54:47 +0800 Subject: [PATCH] Ignore pytest cache --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index aed0c9d..6611cc5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # python cache __pycache__/ +# pytest +.pytest_cache/ + # epanet *.rpt *.opt