From df3946d15c0a24bc77be97cee116cd9aea95f10d Mon Sep 17 00:00:00 2001 From: Chris Leaman Date: Wed, 19 Dec 2018 15:53:31 +1100 Subject: [PATCH] Ignore line_profiler files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f1de8c5..383d589 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,5 @@ __pycache__/ *.py[cod] *$py.class /.venv/ -*.log \ No newline at end of file +*.log +*.py.lprof