From 95a9254b6aa0c6c8cc50219645df3570c5c6ec19 Mon Sep 17 00:00:00 2001 From: Hervé Beraud Date: Jan 18 2019 14:15:59 +0000 Subject: Ignore Pipfile since we manage requirements with other methods. Co-authored-by: Hobbestigrou hobbestigrou@erakis.eu --- diff --git a/.gitignore b/.gitignore index 9de2f25..e219718 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ __pycache__/ /dist/ /.eggs/ /*.egg-info +Pipfile # Test artifacts. /.coverage