initial commit

This commit is contained in:
2026-02-10 04:52:37 -05:00
commit 0476f6f8f8
65 changed files with 15368 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# --- Data and Pipeline ---
data/
_targets/
_targets.user
# --- R Environment ---
.Rproj.user/
.Rhistory
.RData
.Renviron
.Ruserdata
# Keep the lockfile, ignore the library
renv/library/
renv/staging/
renv/python/
# --- Quarto and Output ---
# Since you are hosting via Caddy/Rsync,
# stop tracking these in Git to avoid bloat.
.quarto/
*_cache/
*_files/
index.html
# --- System ---
.DS_Store