Add .eggs to .gitignore (#1063)

I don't know what .eggs is but it keeps showing up when I work on black
so...
This commit is contained in:
Michael J. Sullivan 2019-10-14 12:30:37 -07:00 committed by Jelle Zijlstra
parent 73bd7038fb
commit 34aeee6879

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ dist/
pip-wheel-metadata/
_version.py
.idea
.eggs