From 09b0899f1f4ea137dfe298c797e39101dbdc602d Mon Sep 17 00:00:00 2001 From: Liam Steckler Date: Sun, 14 Jan 2024 15:14:01 -0800 Subject: [PATCH] Update gitignore --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3f82210..1da2241 100644 --- a/.gitignore +++ b/.gitignore @@ -160,4 +160,11 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -.vscode/ \ No newline at end of file +.vscode/ + +# Exclude items that may be used during development +*.secret +*.db +.DS_Store + +config.yml \ No newline at end of file