__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
build/
dist/
*.egg-info/
.eggs/
*.egg
.venv/
venv/
env/
.env
*.env
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage
coverage.xml
*.cover
*.log
.DS_Store
*.swp
*.swo
.idea/
.vscode/
*.iml

# Live test files (contain credentials / live API calls)
test_v1_live.py
test_v2_live.py
test_flows.py

# Token files
.token
.token_v2

# Playwright MCP temp dir
.playwright-mcp/

# Documentation screenshots
*.png
*.jpeg
*.jpg
