| Index: .hgignore | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/.hgignore | 
| @@ -0,0 +1,10 @@ | 
| +^.cache$ | 
| 
 
Sebastian Noack
2016/03/16 00:18:41
To be 100% consistent with the .gitignore you'd ha
 
Vasily Kuznetsov
2016/03/16 13:47:14
Actually .coverage is a file, not a directory, so
 
 | 
| +^.coverage$ | 
| +^.tox$ | 
| +^dist$ | 
| +^devenv$ | 
| + | 
| +syntax: glob | 
| +**/*.pyc | 
| 
 
Sebastian Noack
2016/03/16 00:18:41
Also for consistency with the .gitignore please re
 
Vasily Kuznetsov
2016/03/16 13:47:14
Acknowledged.
 
 | 
| +**/*.pyo | 
| +*.egg-info |