added egg dirs to gitignore

This commit is contained in:
AlexVonB
2020-08-09 21:13:33 +02:00
parent b747378b52
commit 3b049cdb9c

2
.gitignore vendored
View File

@@ -1,5 +1,7 @@
*.pyc
*.egg
.eggs/
*.egg-info/
.DS_Store
/.env
/dist