mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-29 01:31:41 +00:00
53 lines
586 B
Text
53 lines
586 B
Text
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Environments
|
|
.venv/
|
|
venv/
|
|
|
|
# Tools
|
|
.ruff_cache/
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
|
|
# Editors
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Secrets & config
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
*.pem
|
|
*.ppk
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Project-specific
|
|
logs/
|
|
data/
|
|
tmp/
|
|
wandb/
|
|
images/
|
|
browser-use/
|
|
agent-browser/
|
|
source-data/
|
|
testlogs/
|
|
ignored/
|
|
.worktrees/
|
|
temp_vision_images/
|
|
cli-config.yaml
|
|
skills/.hub/
|
|
hermes-*/*
|
|
examples/
|
|
export*
|
|
privvy*
|
|
run_datagen_*.sh
|
|
tests/quick_test_dataset.jsonl
|
|
tests/sample_dataset.jsonl
|