From: raimon Date: Sun, 4 Feb 2018 08:01:22 +0000 (+0900) Subject: Add ignore '.pytest_cache' directory in Unit test section X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f651f0d3eef062a8592e017a194e703d93f3e5c9;p=gitignore.git Add ignore '.pytest_cache' directory in Unit test section --- diff --git a/Python.gitignore b/Python.gitignore index af2f5375..b989be6c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -45,6 +45,7 @@ nosetests.xml coverage.xml *.cover .hypothesis/ +.pytest_cache/ # Translations *.mo