# Virtual Environment
venv/
# Python
__pycache__/
*.pyc
# Pytest
.pytest_cache/
# Selenium
chromedriver*
screenshots/
# OS
.DS_Store
Thumbs.db