/ .gitignore
.gitignore
 1  .DS_Store
 2  /venv/
 3  /_pycache/
 4  *.pyc*
 5  __pycache__/
 6  .venv/
 7  .vscode/
 8  .env
 9  .env.local
10  .env.development.local
11  .env.test.local
12  .env.production.local
13  .env.development
14  .env.test
15  export*
16  __pycache__/model_tools.cpython-310.pyc
17  __pycache__/web_tools.cpython-310.pyc
18  logs/
19  data/
20  .pytest_cache/
21  tmp/
22  temp_vision_images/
23  hermes-*/*
24  examples/
25  tests/quick_test_dataset.jsonl
26  tests/sample_dataset.jsonl
27  run_datagen_kimik2-thinking.sh
28  run_datagen_megascience_glm4-6.sh
29  run_datagen_sonnet.sh
30  source-data/*
31  run_datagen_megascience_glm4-6.sh
32  data/*
33  node_modules/
34  browser-use/
35  agent-browser/
36  # Private keys
37  *.ppk
38  *.pem
39  privvy*
40  images/
41  __pycache__/
42  hermes_agent.egg-info/
43  wandb/
44  testlogs
45  
46  # CLI config (may contain sensitive SSH paths)
47  cli-config.yaml
48  
49  # Skills Hub state (lives in ~/.hermes/skills/.hub/ at runtime, but just in case)
50  skills/.hub/
51  ignored/
52  .worktrees/
53  environments/benchmarks/evals/
54  
55  # Web UI build output
56  hermes_cli/web_dist/
57  
58  # Web UI assets — synced from @nous-research/ui at build time via
59  # `npm run sync-assets` (see web/package.json).
60  web/public/fonts/
61  web/public/ds-assets/
62  
63  # Release script temp files
64  .release_notes.md
65  mini-swe-agent/
66  
67  # Nix
68  .direnv/
69  .nix-stamps/
70  result
71  website/static/api/skills-index.json
72  models-dev-upstream/