From e4b50643f64debc25a2c0fc3e55f2c7a6c010dfe Mon Sep 17 00:00:00 2001 From: HX Date: Fri, 24 May 2024 16:27:34 -0400 Subject: [PATCH] update gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dddb0257..325996ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .DS_Store .vscode/ 06-instructors/find_duplicate_packages.sh -__pycache__/ \ No newline at end of file +__pycache__/ +.ipynb_checkpoints +tmp/ \ No newline at end of file