Commit 60416d5b authored by Lisa (Hermes AI)'s avatar Lisa (Hermes AI)

docs: update .gitignore and README after removing browser extension

parent fcbd6a61
Pipeline #317 canceled with stages
...@@ -32,3 +32,21 @@ Thumbs.db ...@@ -32,3 +32,21 @@ Thumbs.db
.pytest_cache/ .pytest_cache/
.coverage .coverage
htmlcov/ htmlcov/
# Build artifacts
dist/
build/
*.egg
*.whl
# Development
.venv/
venv/
.env
*.pyc
*.pyo
*.pyd
# OS
.DS_Store
Thumbs.db
...@@ -215,7 +215,6 @@ The command is in the deny list. Edit `permissions.json` on the node. ...@@ -215,7 +215,6 @@ The command is in the deny list. Edit `permissions.json` on the node.
The command is in the ask list. Re-run with `approved=True` after user confirmation. The command is in the ask list. Re-run with `approved=True` after user confirmation.
## Browser Control ## Browser Control
The node gateway also supports remote browser control via Playwright on nodes that have The node gateway also supports remote browser control via Playwright on nodes that have
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment