.venv
.vscode

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
.venv

# Robot Framework
log.html
output.xml
report.html
selenium-screenshot-*.png
*.png
*.log

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

# OS
.DS_Store
Thumbs.db

# Test Results
reports/
logs/
log.html
output.xml
reports

# Environment variables
.env
.env.*

# Coverage
htmlcov/
.coverage
.coverage.*
coverage.xml