# Julia
Manifest.toml
*.jl.cov
*.jl.mem
/docs/build/

# Scratch work — never shipped, never imported
/sandbox/

# Raw data: NHANES XPT files, R objects, anything large.
# Leading slash anchors this to the repo root so test/data/ is NOT ignored.
/data/
*.xpt
*.rds
*.sas7bdat

# OS
.DS_Store
Thumbs.db
