diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-27 18:43:57 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-27 18:43:57 -0500 |
| commit | d11c73cf9bb5615c753562a156727831a8fd20ea (patch) | |
| tree | 40df8c182f5a021cf745532e15f2f56ba9bb37bb /.gitignore | |
| parent | e65dd2e2460b1da48c83a930304cf9b269fc4447 (diff) | |
Synchronize research data with Git LFSagent/data-sync
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |
