From 91087a8bb5ad1404eeef0956536f0ad78d3a499e Mon Sep 17 00:00:00 2001 From: Mushtary Alam Date: Tue, 7 Jan 2025 23:17:04 -0500 Subject: [PATCH] Add .gitignore to exclude unnecessary files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index b1c6cec81..27c3e49aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +.DS_Store +*.log +node_modules/ + +.DS_Store __pycache__ *.pytest_cache venv/