From 9f5f043d4979eda1a8243db207e9b75fc19b2284 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Thu, 30 Jun 2016 15:37:39 +0200 Subject: [PATCH] Add tox and tox-cache to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 85e2ef1..3f6128e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ include/* .Python *egg* dummy_project/* +.cache/ +.tox/