# Python cache and virtual environments
__pycache__/
*.pyc
*.pyo
*.pyd
.env
.venv/
venv/

# Playwright artifacts
screenshots/
test-results/
playwright-report/

# E2E runtime state
*.session
*.session-journal
session-*.json
