diff options
| author | 2018-10-31 16:37:57 +0000 | |
|---|---|---|
| committer | 2018-10-31 16:37:57 +0000 | |
| commit | bc7a00bd4d3288594fdca8c4e6d7176f36208290 (patch) | |
| tree | d11969cdd3c98cf54c83830f5db39f8c6a0928d7 /.gitignore | |
| parent | imgur url hashids aren't always 7 characters (diff) | |
| signature | ||
Add '.mypy_cache/' to .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ __pycache__/ *.py[cod] *$py.class +# linters +.mypy_cache/ + # Installer logs pip-log.txt pip-delete-this-directory.txt |
