Update .gitignore to exclude __pycache__ directory
parent
ce53b04ca8
commit
bed4cddaf8
|
|
@ -1,3 +1,4 @@
|
||||||
.env
|
.env
|
||||||
*.pt
|
*.pt
|
||||||
alerts/
|
alerts/
|
||||||
|
__pycache__
|
||||||
Loading…
Reference in New Issue