.env
*.pyc
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
*.egg-info/
.venv/
venv/
# Playwright installs — user must run `playwright install chromium` locally
.playwright/
# IDE
.idea/
.vscode/
# MCP config contains API keys — keep local only
.mcp.json
# Playwright MCP session artifacts (runtime logs/snapshots)
.playwright-mcp/
