Add *.egg-info to gitignore

This commit is contained in:
2024-02-05 19:38:50 +01:00
parent 0f1647fcaf
commit c927a68492

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
# Python
__pycache__
.venv
*.egg-info/
# IDE's
.idea