# ---------------------------------------------------------------------------
# OS / editor
# ---------------------------------------------------------------------------
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# ---------------------------------------------------------------------------
# Python
# ---------------------------------------------------------------------------
__pycache__/
*.py[cod]
*.pyd
*.so
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
.python-version

# Virtual environments
.venv/
venv/
env/
.env/

# Build / packaging
build/
dist/
*.egg-info/
.eggs/

# ---------------------------------------------------------------------------
# Robot Framework outputs
# ---------------------------------------------------------------------------
log.html
report.html
output.xml
output-*.xml
report-*.html
log-*.html

# Acceptance reports/artifacts (generated)
reports/

# Screenshots / media artifacts (generated by tests)
media/

# ---------------------------------------------------------------------------
# Misc
# ---------------------------------------------------------------------------
*.log