summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--.hgignore1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 74520d5..b952771 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@ setuptools-*.egg
.tox*
.noseids
.cache
+.pytest_cache
.hypothesis
# Stuff in the test directory.
diff --git a/.hgignore b/.hgignore
index ce114b1..53576e1 100644
--- a/.hgignore
+++ b/.hgignore
@@ -28,6 +28,7 @@ setuptools-*.egg
.tox*
.noseids
.cache
+.pytest_cache
.hypothesis
# Stuff in the test directory.