Browse Source

chore: ignore results artifacts on supervised branches

kekezack 4 tháng trước cách đây
mục cha
commit
90d9fe5fa2
1 tập tin đã thay đổi với 6 bổ sung5 xóa
  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/