From 8f3709378a9b1d5426eb1463b627718e1f8d0fa6 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Tue, 12 Dec 2023 00:55:49 -0500 Subject: [PATCH] [U] Ignore MacOS files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 12a8bf3..d375a02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ __pycache__/ .idea -.pio \ No newline at end of file +.pio +._* +.DS_Store \ No newline at end of file