requirements/.gitignore
Robert Collins 9cc1af5004 Ignore more build temp dirs
.eggs is where setuptools easy-install hides things these days. *.egg
is where it used to place it.

Change-Id: If8cd7e435805fce180124c8a70b1a8992f3532e5
2016-03-16 09:35:30 +13:00

13 lines
89 B
Plaintext

*.egg-info
*.pyc
.*.swp
*~
.tox
.testrepository
.venv
AUTHORS
ChangeLog
dist
.eggs
*.egg