setup: add excludes to gitignore

This commit is contained in:
Kishi85 2019-02-25 18:17:16 +01:00
parent 8e0639f62c
commit dc2144b0d3
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -1,3 +1,7 @@
.idea/
*.pyc
__pycache__
*dist/
*egg-info/
*.tar.gz