# Python __pycache__/ *.py[cod] *$py.class *.egg-info/ dist/ build/ *.egg # Virtual environment venv/ # Secrets .env # IDE .vscode/ .idea/ # OS .DS_Store Thumbs.db # Playwright playwright-report/ # Output (don't commit scraped data) output/ results/