From 562c16a3a03af037e9dfd2916812be8d5ce6aca2 Mon Sep 17 00:00:00 2001 From: ll7 <32880741+ll7@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:17:22 +0100 Subject: [PATCH] chore: update .gitignore to include .DS_Store files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2dc2938..41d62fb 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,5 @@ profiles pysf_tests pysocialforce recordings/*.pkl -wandb \ No newline at end of file +wandb +*.DS_Store