mirror of
https://github.com/Strategic-Automation/violin.git
synced 2026-08-14 12:33:37 +02:00
79 lines
888 B
Plaintext
79 lines
888 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
.pytest-*/
|
|
.pytest-review-*/
|
|
*.lock
|
|
|
|
# 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
|