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/*