From 00bb3686d1fe400727ea1577f5215f13c604a91f Mon Sep 17 00:00:00 2001 From: Pawan Kumar Date: Fri, 25 Dec 2020 18:28:41 +0530 Subject: [PATCH] git ignore pyc --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 15584ca..8a212d1 100755 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -.pyc +# compiled python files +*.py[co] +__pycache__/