aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: c1eb9238882967a6ba8223f95ddf3e9dcb23d45e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Python virtual environment
.venv/

# Plots
plots/

# Checkpoints
checkpoints/

# MLflow artifacts
mlflow.db

# Python bytecode
__pycache__/

# Data
data/