# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Environment / secrets
.env
*.env
secrets/
credentials/
*.json.bak
service-account*.json

# Logs
logs/
*.log

# GCP
.gcloudignore

# macOS
.DS_Store

# Editor
.idea/
.vscode/
*.swp
*.swo

# Playwright
playwright-report/
test-results/
