junior-sheer/.gitignore
Carl Colglazier fc929dbfed Init
2024-01-31 17:08:47 -06:00

36 lines
290 B
Plaintext

data/
.DS_Store
index_cache/
index_files/
# R stuff
.Rproj.user
.Rhistory
.RData
.Ruserdata
# Quarto stuff
/.quarto/
**/*_cache/*
_site/
_freeze/
_manuscript/
*.pdf
*.html
*.docx
*.odt
*.log
*.aux
/.luarc.json
# Targets stuff
_targets
_targets.yaml
# Python stuff
__pycache__/
*.pyc