Update .gitignore for python

Change-Id: I5980b2f57c822993541487cb08d67b0e5df5a022
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2016-02-18 14:38:31 +01:00
parent ceba08a68d
commit b65351406c
1 changed files with 8 additions and 4 deletions

12
.gitignore vendored
View File

@ -1,12 +1,16 @@
# python
*.egg-info
*.eggs
*.egg
.venv
*.pyc
.tox
# IDEs
.idea
.settings
.project
# Python
*.pyc
.tox
# Doc
doc/build