[Add] browser-use and main.py

This commit is contained in:
tv0924@icloud.com 2025-05-18 21:57:54 +09:00
commit 96914d44ac
221 changed files with 30952 additions and 1 deletions

42
browser-use/.gitignore vendored Normal file
View 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