Add .eggs to gitignore
This commit is contained in:
parent
9906346691
commit
768a4350bd
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
*.swp
|
*.swp
|
||||||
*.pyc
|
*.pyc
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
|
*.eggs
|
||||||
.idea/
|
.idea/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
last_mention
|
last_mention
|
||||||
|
|
Loading…
Reference in a new issue