Explorar el Código

chore: ignore results artifacts on supervised branches

kekezack hace 1 mes
padre
commit
90d9fe5fa2
Se han modificado 1 ficheros con 6 adiciones y 5 borrados
  1. 6 5
      .gitignore

+ 6 - 5
.gitignore

@@ -33,11 +33,12 @@ tmp/
 *.ckpt
 *.onnx
 
-# Logs & outputs
-*.log
-outputs/
-runs/
-lightning_logs/
+# Logs & outputs
+*.log
+outputs/
+results/
+runs/
+lightning_logs/
 
 # Jupyter
 .ipynb_checkpoints/