From 22bd4afed3a517cbff2578f924d55c6ef6bd353a Mon Sep 17 00:00:00 2001 From: VG Date: Sat, 14 May 2016 01:48:07 +0200 Subject: Add more ignore relative to pytest/tox --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 9549fec..59446aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,16 @@ +# project's gitignore + +# recursives __pycache__ *.pyc *.whl +*.egg-info + +# test suite +/.cache +/.tox + +# temporary imapclient venv backports -- cgit v1.2.3