Skip to content

Commit

Permalink
Moved .Rproj.user gitignore to the right place, added venv & .venv fo…
Browse files Browse the repository at this point in the history
…r isolated installs of gempyor.
  • Loading branch information
TimothyWillard committed Jun 21, 2024
1 parent 708cc41 commit 0b32f2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ model_output/
/*.Rcheck/

# RStudio files
.Rproj.user/
.Rproj.user
flepiMoP.Rproj
*.Rproj

Expand Down Expand Up @@ -64,7 +64,8 @@ packrat/lib*/
dist/
SEIR.egg-info/
Outcomes.egg-info/
.Rproj.user
venv/
.venv/

# R package manuals
man/
Expand Down

0 comments on commit 0b32f2e

Please sign in to comment.