diff options
author | MR Lemon <matt@matthewlemon> | 2020-04-23 10:06:07 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-04-23 10:06:07 +0100 |
commit | aa02674c89b35ac6fb8cfa5528bfa00be68cf3f6 (patch) | |
tree | d32688df85ec35987ae02e8aa4a650787461f818 /.gitignore | |
parent | 9553a01252a21839c6b5aa264261ac4421843ad2 (diff) |
fixed gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,3 +4,8 @@ cli.spec build/ dist/ datamaps.spec +/.eggs/ +/.mypy_cache/ +/.ropeproject/ +**/__pycache__/* +*.egg-info/* |