From ee8d41dffb0d3080491c8c7ec690b3055d620661 Mon Sep 17 00:00:00 2001 From: Rajneesh486Git <72157145+Rajneesh486Git@users.noreply.github.com> Date: Thu, 1 Oct 2020 21:52:19 +0530 Subject: [PATCH] Update .gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 72364f9..cfbfd4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Byte-compiled / optimized / DLL files +# Byte-compiled / Optimized / DLL files __pycache__/ *.py[cod] *$py.class @@ -6,7 +6,7 @@ __pycache__/ # C extensions *.so -# Distribution / packaging +# Distribution / Packaging .Python env/ build/ @@ -34,7 +34,7 @@ var/ pip-log.txt pip-delete-this-directory.txt -# Unit test / coverage reports +# Unit Test / Coverage Reports htmlcov/ .tox/ .coverage