From dd19cf4efdefb8f7b66f4d307bea03ceef7fef2f Mon Sep 17 00:00:00 2001 From: Eugene Prilepin Date: Sat, 8 Feb 2020 02:15:03 +0300 Subject: [PATCH] Add lprof files to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 09de557..1003bc3 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,9 @@ coverage.xml *,cover .hypothesis/ +# Profiling +*.lprof + # Sphinx documentation docs/_build/