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

3
.gitignore vendored
View File

@ -10,4 +10,5 @@ build/
dist/
pip-wheel-metadata/
_version.py
.idea
.idea
.eggs