| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..90813d3b12eb916bf9b9e25fae4f02cd0778cdb2 |
| --- /dev/null |
| +++ b/.gitignore |
| @@ -0,0 +1,5 @@ |
| +*.pyc |
| +htmlcov/ |
| +__pycache__/ |
| +.pytest_cache/ |
| +.tox/ |