Skip to content

Commit b244c08

Browse files
Update .gitignore
1 parent 13df06a commit b244c08

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,12 @@ cython_debug/
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160
#.idea/
161161

162+
# Ruff cache
163+
.ruff_cache/
164+
165+
# Fusion AI Hub
162166
data/
163167
logs/
164168
outputs/
165169
*.pkl
166-
*.joblib
170+
*.joblib

0 commit comments

Comments
 (0)