From e2f48a5201b78aa090b413075d3970ef00af2c81 Mon Sep 17 00:00:00 2001 From: JefeThePug <107787719+JefeThePug@users.noreply.github.com> Date: Mon, 17 Aug 2026 13:02:23 +0900 Subject: [PATCH] Update .gitignore Add VSCode hidden file to gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index c4d9616..d78fd58 100644 --- a/.gitignore +++ b/.gitignore @@ -158,4 +158,9 @@ dmypy.json cython_debug/ /.obsidian/ + +# MacOS Hidden Files .DS_Store + +# VSCode +.vscode/