From 5bbef9bce7f9cbeba0575f4a2daf31d6c3596b64 Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Thu, 1 May 2025 16:25:36 -0700 Subject: [PATCH] Update .gitignore (#302) Added Python and R specific parts to .gitignore --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0621ed7..fb74148 100644 --- a/.gitignore +++ b/.gitignore @@ -41,5 +41,14 @@ zig-cache *.sublime-workspace /.env atlassian-ide-plugin.xml -__pycache__ .vscode + +# Python specific +__pycache__ +.ipynb_checkpoints/ + +# R specific +.Rproj.user +.Rhistory +.RData +.Ruserdata