From 7842c2d980512c10e23317da6261dad6bb9dffcc Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Fri, 18 Sep 2020 19:37:56 +0100 Subject: [PATCH] Added .hgignore file. --- .hgignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000..d4f37fde --- /dev/null +++ b/.hgignore @@ -0,0 +1,6 @@ +^build/ +^Makefile$ +\.pyc$ +\.cache$ +\.pytest_cache$ +__pycache__/