Commit 0a7e7820 authored by opara's avatar opara 🙃
Browse files

Add `*.egg-info/` to gitignore

This is a package metadata directory which is apparently generated by
distutils. I see it when running a pip install. This is included in the
default github gitignore for python projects:

https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore
parent f7ea2352
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
*.swp
*pyc
*pyd
*.egg-info/
*~

/net/[^.]*