# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual Environment .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDE .idea/ .vscode/ *.swp *.swo .project .pydevproject .settings/ # Testing .coverage htmlcov/ .pytest_cache/ .tox/ .nox/ coverage.xml *.cover .hypothesis/ # Logs *.log logs/ # OS .DS_Store Thumbs.db # Browser Use specific .playwright-screenshots/ .playwright-videos/ .playwright-report/ test-results/ blob-report/ playwright/.cache/ playwright/.local-browsers/ # Misc .cache/ .pytest_cache/ .mypy_cache/ .ruff_cache/ .temp/ .tmp/