瀏覽代碼

chore: ignore results artifacts on supervised branches

kekezack 1 月之前
父節點
當前提交
90d9fe5fa2
共有 1 個文件被更改,包括 6 次插入5 次删除
  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/