# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
ENV/

# Playwright
.pytest_cache/
test-results/

# Environment & Secrets
.env
auth.json

# Data & Logs
data/*.csv
data/*.json
data/*.png
logs/*.log

# OS
.DS_Store
Thumbs.db
