| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..928f38df79b7124d9d60ed1a2a8efe07809204ef |
| --- /dev/null |
| +++ b/.gitignore |
| @@ -0,0 +1,10 @@ |
| +*.pyc |
| +*.pyo |
| +.coverage |
| +.tox/ |
| +__pycache__/ |
| +tests/__pycache__/ |
| +build/ |
| +dist/ |
| +.eggs/ |
| +depup.egg-info/ |