From f63368815fa68b95ceb2fd2e8a08eb8e1204a560 Mon Sep 17 00:00:00 2001 From: Michael Walter Date: Wed, 6 Jul 2016 12:21:19 -0700 Subject: [PATCH] Add .pyc and .venv* to gitignore. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1b99779..92d57e6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ *.egg-info __pycache__ .cache +*.pyc +.venv*