diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-06-21 14:51:57 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-06-21 14:51:57 +0100 |
commit | 30283b76ed257146551116bac2f9e1b404c87cd2 (patch) | |
tree | 0d0bf2aaacc7b415f81aa1af99fa68e2c1cfb0cc /.gitignore | |
parent | 8e7129dec575426bbd142e1d8bec9a61f72de41d (diff) |
updated poetry lockfile and gitignore
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -9,4 +9,8 @@ datamaps.spec /.ropeproject/ **/__pycache__/* *.egg-info/* -.nox/
\ No newline at end of file +.nox/.venv/* +.venv/* +.coverage/* +.coverage +pip-wheel-metadata/* |