Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohemorange <ebportnoy@gmail.com>2018-09-06 04:05:48 +0300
committerGitHub <noreply@github.com>2018-09-06 04:05:48 +0300
commit05ad5392551f027a365c7ad70d7d3ab901d8f4a7 (patch)
tree29a46548ff2c6772176894b75fa28e94d923d4ea /.gitignore
parent0c66de47cf38b83b5a11804c011e54bfca309dd8 (diff)
git ignore pytest cache (#6340)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9ef645593..54545e883 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,6 +40,7 @@ tests/letstest/venv/
# pytest cache
.cache
.mypy_cache/
+.pytest_cache/
# docker files
.docker