# Isolated Virtual Environments
.venv/
venv/
ENV/
env/

# Python caching and compiled bytecode
__pycache__/
*.py[cod]
*$py.class

# Distribution, Packaging, and Build artifacts
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Robot Framework Local Test Outputs (Prevents committing your test runs)
output.xml
log.html
report.html
failure_summary.html
selenium-screenshot-*.png
browser/
screenshots/
playwright-report/

# IDE/Editor specific configurations
.vscode/
.idea/
*.swp
*.swo

*.txt

# Robot Framework Source & Configuration Files
*.robot
*.resource
*.args


# Robot Framework run artifacts
results/
output.xml
log.html
report.html
listener_debug.log
.pabotsuitenames

# Build artifacts
dist/
build/
*.egg-info/
src/RobotFailureSummary.zip

# Python
__pycache__/
*.pyc
robotframework.venv/