From d909983f0da059f84210ddfdaf5a04b3d18b566e Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Wed, 4 Nov 2015 22:43:12 +0800 Subject: [PATCH] update gitignore for pytest --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0d6c274..9e33e61 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ records/ *.egg-info/ __pycache__/ /build/ +.cache/ *.pyc *.pyo