# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/
build/

# Tooling
.pytest_cache/
.ruff_cache/

# Playwright failure artifacts
test-results/

# OS
.DS_Store
