diff --git a/.gitignore b/.gitignore index 12df49a..16bc691 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ __pycache__/ *.py[cod] +# Mercurial +.hg/ + # C extensions *.so diff --git a/.hgignore b/.hgignore index bf19f92..92c0cb1 100644 --- a/.hgignore +++ b/.hgignore @@ -2,6 +2,9 @@ ^__pycache__/ \.py[cod]$ +# git +^\.git/ + # C extensions \.so$ @@ -19,7 +22,7 @@ ^parts/ ^sdist/ ^var/ -^\.egg-info/ +^src/.*\.egg-info/ ^\.installed.cfg$ \.egg$