save mlruns dir to git

This commit is contained in:
Marko Djordjevic 2026-02-15 22:25:26 +01:00
parent f7b154f866
commit e3184ea86c
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View file

@ -7,3 +7,6 @@ build
.env*.local
.DS_Store
data/
__pycache__
app/__pycache__
mlruns

View file