From 855d64f5b1f5cbfe06df1cd72726b9850dd2e664 Mon Sep 17 00:00:00 2001 From: Andris Raugulis Date: Tue, 25 Oct 2016 02:59:42 +0300 Subject: [PATCH] Ignore virtualenv and cache. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 84f8554..481cc4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *~ *.pyc -./html/ +html/ +venv/ +.cache/ \ No newline at end of file