diff options
author | Jason McBrayer <[email protected]> | 2018-11-12 09:44:57 -0500 |
---|---|---|
committer | Jason McBrayer <[email protected]> | 2018-11-12 09:44:57 -0500 |
commit | 7e2259e3ee5984bbcc27c4810cad301f96106e12 (patch) | |
tree | 0474eeafad5e9dd722ab0fe4c6b9ca8527a4fa04 /.gitignore | |
parent | 191ad84cef0b37e8d8a708812336858d447304c5 (diff) | |
download | mastodon.py-7e2259e3ee5984bbcc27c4810cad301f96106e12.tar.gz |
Add requirement for python-magic, and add wrappers to Mastodon.py
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -91,4 +91,6 @@ ENV/ | |||
91 | # Secret files (for credentials used in testing) | 91 | # Secret files (for credentials used in testing) |
92 | *.secret | 92 | *.secret |
93 | pytooter_clientcred.txt | 93 | pytooter_clientcred.txt |
94 | pytooter_usercred.txt \ No newline at end of file | 94 | pytooter_usercred.txtPipfile |
95 | Pipfile.lock | ||
96 | Pipfile | ||