# Python
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.pyright/
.mypy_cache/
.hypothesis/
.coverage
htmlcov/
.venv/
build/
dist/
*.egg-info/

# Environment and credentials
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*service-account*.json
application_default_credentials.json
client_secret*.json
credentials*.json

# Runtime state and sensitive browser data
runtime/
shops*.csv
!examples/shops.example.csv
chrome-profile/
auth.json
storage_state*.json
*.sqlite
*.sqlite-*
*.db
*.db-*
uv-cache/

# Generated evidence
artifacts/
screenshots/
downloads/
recordings/
traces/
*.log
*.har
test-results/

# OS / IDE
.DS_Store
Thumbs.db
.idea/
.vscode/
