aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMR Lemon <matt@matthewlemon>2020-04-23 10:06:07 +0100
committerMR Lemon <matt@matthewlemon>2020-04-23 10:06:07 +0100
commitaa02674c89b35ac6fb8cfa5528bfa00be68cf3f6 (patch)
treed32688df85ec35987ae02e8aa4a650787461f818 /.gitignore
parentfix test to make it work on Windows? (diff)
fixed gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3ff5d8d..e1da4d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,8 @@ cli.spec
build/
dist/
datamaps.spec
+/.eggs/
+/.mypy_cache/
+/.ropeproject/
+**/__pycache__/*
+*.egg-info/*