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
|
*.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
|
||||||
|
|||||||
Reference in New Issue
Block a user