Spaces:
Running
Running
File size: 191 Bytes
5301c48 |
1 2 3 4 5 6 |
[default]
regex:
^(?!.*warning).*$ # Keep warning messages
^(Mounted at|URL:).*$ # Ignore Colab mount points
\b\d{4}-\d{2}-\d{2}\b # Remove dates
runtime: \d+:\d+ # Remove execution times |