# Environment & Secrets
.env
*.pem
*.key

# Generated WSDL snapshots may contain real hostnames.
references/wsdl/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual Environments
.venv/
venv/
ENV/

# IDE
.idea/
.vscode/
.claude/
*.swp
*.swo
*~
.DS_Store

# uv
.python-version

# Testing
.pytest_cache/
htmlcov/
.coverage

# Credentials
.uof/

# Deployment-specific agent instructions
/skills/

# 測試產物（含真實單號/TaskId，機敏，不入公開 repo）
e2e_results.json
*.png
