From 4fdb5641d425cd43375dca732f2114f2ac16dee8 Mon Sep 17 00:00:00 2001 From: Filippo Olivo Date: Mon, 3 Feb 2025 15:39:34 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fd0e93a..50b19f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] +**__pycache__/ +**.py[cod] *$py.class # C extensions @@ -138,5 +138,4 @@ dmypy.json cython_debug/ # Lightning logs dir -*/lightning_logs/* -lightning_logs/* +**lightning_logs/*