From 2fa18c4acc7d4e4fa70f071a1d44af397767fc93 Mon Sep 17 00:00:00 2001 From: Chris Russell Date: Mon, 17 Jun 2024 20:36:58 +0200 Subject: [PATCH] .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index a1cccce..4209e9c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ __pycache__/ # C extensions *.so +# Autogluon files +AutogluonModels/ # Distribution / packaging .Python @@ -128,3 +130,6 @@ dmypy.json # Pyre type checker .pyre/ /.vscode + +#Mac Preview +.DS_Store \ No newline at end of file