diff --git a/.gitignore b/.gitignore index a5d2bfc..1665159 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ __pycache__* *.pyc +.coverage +build/* +dist/* +nested_lookup.egg-info/*