From a57183d555474fa4f87ce5ad321b79242b12ccb1 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont <nicolas@dandrimont.eu> Date: Mon, 15 Oct 2018 13:36:32 +0200 Subject: [PATCH] Update gitignore to ignore pytest and hypothesis caches --- .gitignore | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index f580f9b0..43b2d615 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,13 @@ -*.pyc -*.sw? *~ +build .coverage +dist +*.egg-info/ .eggs/ +.hypothesis +*.pyc __pycache__ -*.egg-info/ -build -dist -version.txt +.pytest_cache +*.sw? .tox +version.txt -- GitLab