From 2b415acf7b0a34384de96fa83095d340b08412fc Mon Sep 17 00:00:00 2001 From: ALi Date: Mon, 19 Jul 2021 15:55:07 +0300 Subject: [PATCH] Update gitignore to ignore lightning logs --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8a643f3..51edf8c 100644 --- a/.gitignore +++ b/.gitignore @@ -243,4 +243,5 @@ dmypy.json .prof # End of https://www.toptal.com/developers/gitignore/api/jupyternotebooks,pycharm+all,python -.pytorch \ No newline at end of file +.pytorch +lightning_logs \ No newline at end of file