# HG changeset patch # User Dennis Fink # Date 2021-04-29 16:11:47 # Node ID 6f1bbcc4fab1e4905fa4327a1c02be4f635167b6 # Parent 95ca01e614e03c4929c1465ba5f2166dd40bf511 Added .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 --- /dev/null +++ b/.hgignore @@ -0,0 +1,4 @@ +syntax: glob +build/* +dist/* +*.egg-info/*