From e5d7286afa40caf776d04dc06b77c85cd7a0d525 Mon Sep 17 00:00:00 2001 From: nekotoro Date: Mon, 17 Nov 2025 09:30:56 +0100 Subject: [PATCH] add gitignore file --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..34d074c 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,5 @@ +# Ignore macOS files +.DS_Store + +# Ignore a specific directory +/bin/ \ No newline at end of file