# ---- Reference clones (study material, NOT part of this project) ----
/playwright/
/playwright-python/
/botcity-framework-web-python/

# ---- Local-only planning docs (specs/plans kept on disk, NOT tracked) ----
/docs/

# ---- Workflow research temp files ----
_synthesis.tmp.md
_report_*.tmp.md
*.tmp.md

# ---- Python ----
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
wheels/
*.egg

# ---- Virtualenvs / tooling ----
.venv/
venv/
.env
.python-version
uv.lock

# ---- Caches ----
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/

# ---- Drivers / browser artifacts produced at runtime ----
# CLI session daemon dir (session.json, daemon.log) — at any depth
.visus/
downloads/
*.trace.zip
# rpa() default output folder (run.zip / report.html per run) — at any depth
visus-runs/
# WebDriver executables provided locally (e.g. the IE driver for Edge IE-mode) — never commit
IEDriverServer.exe
/*.exe
/drivers/

# ---- Editors / OS ----
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db
