Files
browser-use/.gitignore
2025-06-10 02:29:25 -07:00

49 lines
494 B
Plaintext

# 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
*.log
*.bak
# 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
CLAUDE.local.md
uv.lock
temp
tmp