From cfea2dbfa5f39a92e2336b053f83f1f86db23cbb Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 1 Oct 2015 11:01:28 -0400 Subject: updated .gitignore --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e645833..fe3b5d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,11 @@ *~ -*.pyc \ No newline at end of file +*.pyc + +# virtualenv +bin/ +build/ +dist/ +include/ +lib/ +local/ +*.egg-info/ \ No newline at end of file -- cgit v1.2.3