Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ __pycache__/
*.py[cod]
*$py.class
*.so
*.pyc
*.pyo

# Pytest cache
.pytest_cache/
**/.pytest_cache/

# Package build artifacts
*.egg-info/
Expand Down Expand Up @@ -41,9 +47,24 @@ mlruns/
outputs/*.png
outputs/*.csv


# MLflow database
mlflow.db

# Great Expectations cache
gx/uncommitted/

# Temporary test files
test_shap_locally.py
model_logs.txt

# Jupyter notebook checkpoints
.ipynb_checkpoints/

# Coverage reports
.coverage
htmlcov/
*.cover

docs/*.md