Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
shauntruelove committed Mar 20, 2024
1 parent fba409d commit 84cb59a
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,70 @@

model-output/.DS_Store
.DS_Store

.ipynb_checkpoints/
__pycache__/
*.*.so

# History files
.Rhistory
.Rapp.history

# Session Data files
.RData

# User-specific files
.Ruserdata

# Example code in package build process
*-Ex.R

# Output files from R CMD build
/*.tar.gz

# Output files from R CMD check
/*.Rcheck/

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

# produced vignettes
vignettes/*.html
vignettes/*.pdf

# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth

# knitr and R markdown default cache directories
*_cache/
/cache/

# Temporary files created by R markdown
*.utf8.md
*.knit.md

# R Environment Variables
.Renviron
packrat/lib*/

# Python build dirs
#build/
dist/

# R package manuals
man/

# pkgdown site
docs/

# translation temp files
po/*~

# RStudio Connect folder
rsconnect/

# RMD files
*.log
*.tex

0 comments on commit 84cb59a

Please sign in to comment.