# HG changeset patch # User Paul Fisher # Date 1623523429 0 # Node ID 2faf3499a22635d9b00eb80d7087ea6edab2786c # Parent 9bc3687e1e5e86fbda3a3091cffe6e53efe544d3 Ignore lots of development miscellany. diff -r 9bc3687e1e5e -r 2faf3499a226 .hgignore --- a/.hgignore Tue Jul 07 19:51:30 2020 -0400 +++ b/.hgignore Sat Jun 12 18:43:49 2021 +0000 @@ -1,2 +1,8 @@ syntax: glob +.eggs +.mypy_cache .vscode +testdata +venv +**/__pycache__ +*.egg-info