Browse Source

[REF] Gitignore: .eggs

pull/343/head
Thomas Binsfeld 5 years ago
parent
commit
2f49f4453d
  1. 1
      .gitignore

1
.gitignore

@ -21,6 +21,7 @@ var/
*.egg-info/
.installed.cfg
*.egg
*.eggs
# PyInstaller
# Usually these files are written by a python script from a template

Loading…
Cancel
Save