# ── Personal configuration — never push to public repo ──────────────────────── # These contain API keys, passwords, SSH paths, personal hostnames. # Templates (*.template) are safe and remain tracked. Configurations/host*.conf Configurations/master.conf Configurations/*.bak .claude .vscode # ── Runtime state, data, logs ───────────────────────────────────────────────── data/ State_Files/ *.log *.lock # ── Plugin runtime state (per-host, never synced) ──────────────────────────── schedule.json docker_folders.json *.db # ── Plugin config files (co-located with scripts on flash) ─────────────────── varaverk.cfg varaverk.cron varaverk-*.txz # ── Build artifacts ─────────────────────────────────────────────────────────── # .txz packages are attached to GitHub releases, not committed to the repo. Plugin/dist/ # ── Claude Code installation (lives alongside repo on flash, not source) ────── claude-bin/ claude-data/ # ── OS / editor ─────────────────────────────────────────────────────────────── .DS_Store *.swp *~ .vscode/