# Python
__pycache__/
*.py[cod]
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.pytest-*/
.pytest-review-*/

# OS
.DS_Store
Thumbs.db

# Editors
.vscode/
.idea/

# Agent context
.hermes/
.codex/
.agents/

# Violin engagements (tokens, credentials, evidence, client data)
engagements/

# Credentials & secrets
auth.json
auth.lock
.env
.env.EXAMPLE

# Runtime databases & state
state.db
state.db-shm
state.db-wal
hermes_state.db
response_store.db
response_store.db-shm
response_store.db-wal
gateway.pid
gateway_state.json
processes.json
active_profile
.update_check

# User data
memories/
sessions/
logs/
plans/
workspace/
home/
local/

# Caches
cache/
image_cache/
audio_cache/
document_cache/
browser_screenshots/

# Infrastructure
hermes-agent/
.worktrees/
profiles/
bin/
node_modules/

# Checkpoints & backups
checkpoints/
sandboxes/
backups/

# Logs
errors.log
.hermes_history
