From 15b97543eea709cba2ec9b2533fa861a6cd6ce17 Mon Sep 17 00:00:00 2001 From: juga Date: Thu, 22 Oct 2020 11:54:27 +0000 Subject: [PATCH] hg ignore .eggs and .tox Generated by setuptools_scm and tox. --- .hgignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.hgignore b/.hgignore index 447f728..10c99f0 100644 --- a/.hgignore +++ b/.hgignore @@ -27,3 +27,5 @@ settings.json # Default ignored files .idea/ docs/build/ +.eggs +.tox