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