Spaces:
Sleeping
Sleeping
Lisa Dunlap commited on
Commit ·
6dd2290
1
Parent(s): 87535e6
chore: ignore local data directory and temp artifacts to avoid committing large files
Browse files- .gitignore +9 -0
.gitignore
CHANGED
|
@@ -5,3 +5,12 @@ results/**/plots/*.png
|
|
| 5 |
|
| 6 |
# Ignore large results directories (data now tracked with LFS)
|
| 7 |
results/**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
# Ignore large results directories (data now tracked with LFS)
|
| 7 |
results/**
|
| 8 |
+
|
| 9 |
+
# Do not commit local datasets or experiment outputs
|
| 10 |
+
data/
|
| 11 |
+
|
| 12 |
+
# Ignore local temp/cache artifacts
|
| 13 |
+
*.parquet
|
| 14 |
+
*.tmp
|
| 15 |
+
*.log
|
| 16 |
+
.DS_Store
|