# Python environment
.venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.robocop_cache/

# Build artefacts
build/
dist/

# Generated outputs (captures, diffs, result.json, Robot Framework reports)
output/

# Downloaded Firefox binaries (heavy artefacts, ~90 MB)
firefoxes/

# Storage state / session secrets (cookies, tokens): DO NOT commit
resources/env/

# Misc OS / editors
.DS_Store
*.swp
