diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000000000000000000000000000000000000..22b40d5604f99b3d6f82242c903dfdcb77152a35_LmhnaWdub3Jl --- /dev/null +++ b/.hgignore @@ -0,0 +1,15 @@ +syntax: glob +*.swp +*\# +*.\#* +*~ +*.pyc +build/ +*.egg-info/ +dist/ +venv/ + +.pytest_cache/ +.coverage +.coverage.* +htmlcov/