From b3aac26644ab8abaad7bab53ea62b2b9d9b44762 Mon Sep 17 00:00:00 2001 From: Stavros Date: Sun, 2 Feb 2025 14:28:12 +0200 Subject: [PATCH] chore: update gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d37fc53..6090ec7 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,10 @@ users.txt # secret test file secret.txt -secret_oauth.txt \ No newline at end of file +secret_oauth.txt + +# vscode +.vscode + +# apple stuff +.DS_Store \ No newline at end of file