# HG changeset patch
# User heck <heck@pep.foundation>
# Date 1612399269 -3600
# Node ID adb8b1a1d517a5fee11202a3d849a5a7f039ece2
# Parent  58043c7bcc511d28824a1e3c7dff84b6c81abb8a
used a perl script[0] to convert .hgignore to .gitigore

[0] https://github.com/devzendo/hgignore-to-gitignore

diff -r 58043c7bcc51 -r adb8b1a1d517 .gitignore
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.gitignore	Thu Feb 04 01:41:09 2021 +0100
@@ -0,0 +1,6 @@
+*.pyc
+*.html
+dist/
+build/
+*.egg-info/
+.git/
diff -r 58043c7bcc51 -r adb8b1a1d517 .hgignore
--- a/.hgignore	Thu Jan 21 01:46:34 2021 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-syntax: glob
-*.pyc
-*.html
-dist/
-build/
-*.egg-info/
-.git/