| Index: .hgignore |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/.hgignore |
| @@ -0,0 +1,11 @@ |
| +^.coverage$ |
| +^.cache/ |
| +^.tox/ |
| +^dist/ |
| +^devenv/ |
| + |
| +syntax: glob |
| +*.pyc |
| +*.pyo |
| +__pycache__ |
| +*.egg-info |