From 03e9e59edb3591cdc92a3b4715a0daff582afed8 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 28 Apr 2018 14:21:22 +0300 Subject: [PATCH] Ignore .pytest_cache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fb0464e7..3b16e351 100755 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ coverage.xml examples/frameworks/pylonstest/PasteScript* examples/frameworks/pylonstest/pylonstest.egg-info/ examples/frameworks/django/testing/testdb.sql +.pytest_cache .tox