From f1c55296af5132736e8578647099b0bca11afdad Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Fri, 8 Jun 2018 23:35:44 +0800 Subject: [PATCH] misc: Ignore .pytest_cache Signed-off-by: Xuanwo --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7d6ee51..ae1f056 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ __pycache__/ *.pyc *.pyo .travis.pub +.pytest_cache/