blob: a91e98f2f3232c60cf0217557c1dfde2b3cacd6c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Python virtual environment
.venv/
# Plots
plots/
# Checkpoints
checkpoints/
# MLflow artifacts
mlruns/
mlflow.db
# Python bytecode
__pycache__/
# Data
data/
|