| Index: .gitignore | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/.gitignore | 
| @@ -0,0 +1,8 @@ | 
| +**/*.pyc | 
| 
 
Sebastian Noack
2016/03/15 12:18:06
Why not simply *.pyc?
Moreover, in our other repo
 
Vasily Kuznetsov
2016/03/15 13:14:35
Acknowledged.
 
 | 
| +/.cache/ | 
| +/.coverage/ | 
| +/.tox/ | 
| +/dist/ | 
| +/htmlcov/ | 
| +/devenv/ | 
| +/*.egg-info |