Update .gitignore (#302)

Added Python and R specific parts to .gitignore
This commit is contained in:
Christine P. Chai
2025-05-01 16:25:36 -07:00
committed by GitHub
parent 9ed0658636
commit 5bbef9bce7

11
.gitignore vendored
View File

@@ -41,5 +41,14 @@ zig-cache
*.sublime-workspace *.sublime-workspace
/.env /.env
atlassian-ide-plugin.xml atlassian-ide-plugin.xml
__pycache__
.vscode .vscode
# Python specific
__pycache__
.ipynb_checkpoints/
# R specific
.Rproj.user
.Rhistory
.RData
.Ruserdata