Ignore a few test/build files
1 files changed, 4 insertions(+), 1 deletions(-)

M .hgignore
M .hgignore +4 -1
@@ 2,5 2,8 @@ syntax: glob
 
 *.pyc
 *.swp
-hgext_confman.egg-info
+hg_confman.egg-info
+.tox
+.mypy_cache
+build
 dist