From 9a5ccc21895a95f9f18518ef4a18c63a7701b289 Mon Sep 17 00:00:00 2001 From: Sepehr Lajevardi Date: Sat, 2 Apr 2016 21:31:53 +0430 Subject: [PATCH] Ignoring pyc. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bed2ef5..18b1f2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +*.pyc *.txt -.cache-* +*.cache-*