Add *.egg-info to gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
|||||||
# Python
|
# Python
|
||||||
__pycache__
|
__pycache__
|
||||||
.venv
|
.venv
|
||||||
|
*.egg-info/
|
||||||
|
|
||||||
# IDE's
|
# IDE's
|
||||||
.idea
|
.idea
|
||||||
|
|||||||
Reference in New Issue
Block a user