Update .gitignore
This commit is contained in:
committed by
Nicola Demo
parent
c925fad6f2
commit
4fdb5641d4
7
.gitignore
vendored
7
.gitignore
vendored
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user