Add more files and dirs to .gitignore

This commit is contained in:
Yuri Bochkarev 2016-07-17 17:00:38 +03:00
parent f80022a9d5
commit 84feb5e478

4
.gitignore vendored
View file

@ -2,6 +2,8 @@
*~
.DS_Store
_cache/
.cache/
.vagrant/
.coverage
/cover/
/htmlcov/
@ -9,6 +11,8 @@ _cache/
/dist/
*.egg-info
.tox
tags
tmp
# virtualenv folders
venv2