.venv/
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg
MANIFEST
tmp/

# Robot Framework outputs
output.xml
log.html
report.html
results/

# IDE
.idea/
.vscode/
*.swp
*.swo

# macOS
.DS_Store
