Update gitignore file

- pip install creates dist-info directories
- add __pycache__ for compelteness and other byte compiled file types.
This commit is contained in:
Calum Lind 2019-05-14 11:47:30 +01:00
commit d6a0276a78

6
.gitignore vendored
View file

@ -3,10 +3,12 @@ build
.cache .cache
dist dist
docs/source/modules/deluge*.rst docs/source/modules/deluge*.rst
*egg-info *.egg-info/
*.dist-info/
*.egg *.egg
*.log *.log
*.pyc __pycache__/
*.py[cod]
*.tar.* *.tar.*
_trial_temp _trial_temp
.tox/ .tox/