[Add] browser-use and main.py
This commit is contained in:
parent
08e64bdf45
commit
96914d44ac
221 changed files with 30952 additions and 1 deletions
42
browser-use/.gitignore
vendored
Normal file
42
browser-use/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
# Cache files
|
||||
.DS_Store
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.pytest_cache/
|
||||
.ipynb_checkpoints
|
||||
|
||||
# Virtual Environments
|
||||
.venv
|
||||
venv/
|
||||
|
||||
# IDEs
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Build files
|
||||
dist/
|
||||
|
||||
# Data files
|
||||
*.gif
|
||||
*.txt
|
||||
*.pdf
|
||||
*.csv
|
||||
*.json
|
||||
*.jsonl
|
||||
|
||||
# Secrets and sensitive files
|
||||
secrets.env
|
||||
.env
|
||||
browser_cookies.json
|
||||
cookies.json
|
||||
gcp-login.json
|
||||
saved_trajectories/
|
||||
AgentHistory.json
|
||||
AgentHistoryList.json
|
||||
private_example.py
|
||||
private_example
|
||||
|
||||
uv.lock
|
||||
Loading…
Add table
Add a link
Reference in a new issue