# HG changeset patch # User Georges Racinet <georges.racinet@octobus.net> # Date 1578514838 -3600 # Wed Jan 08 21:20:38 2020 +0100 # Node ID 22b40d5604f99b3d6f82242c903dfdcb77152a35 # Parent 0000000000000000000000000000000000000000 Classic ignore file for python project diff --git a/.hgignore b/.hgignore new file mode 100644 --- /dev/null +++ b/.hgignore @@ -0,0 +1,15 @@ +syntax: glob +*.swp +*\# +*.\#* +*~ +*.pyc +build/ +*.egg-info/ +dist/ +venv/ + +.pytest_cache/ +.coverage +.coverage.* +htmlcov/