diff options
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/* |
index : datamaps.git | ||
CLI front-end to bcompiler-engine - a tool for compiling data from Excel spreadsheets. | y@yulqen.org |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | .gitignore | 5 |
@@ -4,3 +4,8 @@ cli.spec build/ dist/ datamaps.spec +/.eggs/ +/.mypy_cache/ +/.ropeproject/ +**/__pycache__/* +*.egg-info/* |