Add various python-related paths to .gitignore

This commit is contained in:
Thor77 2017-01-26 19:11:34 +01:00
parent 365994500a
commit 38d497300c
1 changed files with 8 additions and 2 deletions

10
.gitignore vendored
View File

@ -1,2 +1,8 @@
*.pyc
.cache/
__pycache__/
*.py[cod]
venv/
build/
dist/
*.egg-info/
*.egg