From 1bbdf79cb31056b59c4435aaacc3f6588702cc7b Mon Sep 17 00:00:00 2001 From: Cybrosys Technologies Date: Sat, 4 Nov 2017 13:01:00 +0530 Subject: [PATCH] Update .gitignore Removed LIB Adde .pyc --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba7466050..0420d9dd6 100644 --- a/.gitignore +++ b/.gitignore @@ -14,11 +14,11 @@ dist/ downloads/ eggs/ .eggs/ -lib/ lib64/ parts/ sdist/ var/ +*.pyc *.egg-info/ .installed.cfg *.egg