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

# uv
.uv/

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# mypy / ruff
.mypy_cache/
.ruff_cache/

# Playwright
test-results/
playwright-report/
playwright/.cache/

# data dirs from local runs
data/
state/

# editor / OS
.DS_Store
.idea/
.vscode/

# expdeploy-specific
sessions_*/

# mkdocs build output
site/
