Update .gitignore (#302)
Added Python and R specific parts to .gitignore
This commit is contained in:
committed by
GitHub
parent
9ed0658636
commit
5bbef9bce7
11
.gitignore
vendored
11
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user