From 023e43310acf3624411fc64ed9143b5953d6af4d Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Tue, 31 Mar 2015 16:33:22 -0700 Subject: [PATCH] Ignore .tox Don't show the .tox environments directory in the editor. --- pytest-flake8.sublime-project | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest-flake8.sublime-project b/pytest-flake8.sublime-project index 7a9764a..fa02ab1 100644 --- a/pytest-flake8.sublime-project +++ b/pytest-flake8.sublime-project @@ -7,6 +7,7 @@ "__pycache__", "*.egg-info", ".cache", + ".tox", "build", "dist" ],