Skip to content

Ignore local Hermes runtime files#29025

Merged
benbarclay merged 1 commit into
NousResearch:mainfrom
slowtokki0409:codex/ignore-local-runtime-files
May 27, 2026
Merged

Ignore local Hermes runtime files#29025
benbarclay merged 1 commit into
NousResearch:mainfrom
slowtokki0409:codex/ignore-local-runtime-files

Conversation

@slowtokki0409

Copy link
Copy Markdown
Contributor

What changed

  • Ignore local Hermes Docker/runtime folders and NotebookLM local state in .gitignore.
  • Exclude the same local runtime/cache directories from Docker build context via .dockerignore.

Why

  • Prevent local secrets, runtime state, cache directories, and personal compose files from being committed or sent into Docker builds.

Verification

  • git check-ignore -v .hermes-docker .notebooklm-home .notebooklm-cli-venv .notebooklm-playwright .pip-cache .uv-cache compose.hermes.local.yml
  • git diff --check upstream/main..HEAD -- .gitignore .dockerignore

Risks / rollback

  • Low risk: ignore-only change.
  • Rollback: revert commit ec641d4 or remove the added ignore entries.

Keep local Hermes Docker runtime data, NotebookLM auth/cache, and personal compose overrides out of Git and Docker build contexts. This protects tokens, OAuth state, sessions, logs, and caches while preserving the source tree.

Constraint: Only .gitignore and .dockerignore are in scope for this commit.

Tested: git diff --cached --name-only and git diff --cached --stat

Co-authored-by: OmX <omx@oh-my-codex.dev>
@slowtokki0409 slowtokki0409 marked this pull request as ready for review May 20, 2026 01:38
@alt-glitch alt-glitch added type/refactor Code restructuring, no behavior change area/docker Docker image, Compose, packaging P3 Low — cosmetic, nice to have labels May 20, 2026
@benbarclay benbarclay merged commit 1e267c4 into NousResearch:main May 27, 2026
gweeteve pushed a commit to gweeteve/hermes-agent that referenced this pull request Jun 2, 2026
…-local-runtime-files

Ignore local Hermes runtime files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/docker Docker image, Compose, packaging P3 Low — cosmetic, nice to have type/refactor Code restructuring, no behavior change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants