summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 148c1cd..4e69a0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,9 +16,8 @@ env/
# Jupyter
.ipynb_checkpoints/
-# Experiment outputs
+# Experiment outputs (outputs/ is synchronized through Git LFS)
runs/
-outputs/
artifacts/
checkpoints/
wandb/
@@ -27,8 +26,7 @@ tensorboard/
# Local literature scratch files
notes/lit_pdfs/
-# Data
-data/
+# Data (data/ is synchronized through Git LFS)
datasets/
# OS and editor files