diff options
author | Lorenz Diener <[email protected]> | 2019-10-11 22:08:52 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-10-11 22:08:52 +0200 |
commit | a36fbd4bc3250bec74e6b304760f000c58d9feb2 (patch) | |
tree | 1f12d825f994eeba979c8a108c99c6917284a76c | |
parent | f42032dafcefd422d3819ace721accf75f2d0c91 (diff) | |
download | mastodon.py-a36fbd4bc3250bec74e6b304760f000c58d9feb2.tar.gz |
Update .gitignore to ignore pytest cache
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -94,3 +94,6 @@ pytooter_clientcred.txt | |||
94 | pytooter_usercred.txtPipfile | 94 | pytooter_usercred.txtPipfile |
95 | Pipfile.lock | 95 | Pipfile.lock |
96 | Pipfile | 96 | Pipfile |
97 | |||
98 | # pytest trash | ||
99 | .pytest_cache | ||