Ignore virtualenv and cache.

This commit is contained in:
Andris Raugulis 2016-10-25 02:59:42 +03:00
parent 5b3b630623
commit 855d64f5b1

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
*~ *~
*.pyc *.pyc
./html/ html/
venv/
.cache/