.env
__pycache__/
.pytest_cache/
*.pyc
*.pyo
*.pyd
*.log
.DS_Store
.venv/
venv/
data/cache/
data/artifacts/

data/runtime_api_keys.json
data/browser_profiles/

# Local runtime state and generated frontend metadata.
.env.backup-*
tmp/
logs/
data/workbench/
data/attachments/
data/browser_state/
data/cloak_profiles/
web/node_modules/
web/.astro/
*.bak.*

# E2E / visual QA artifacts
.playwright-mcp/
homepage-snapshot.md

# Python packaging artifacts
clients/python/dist/
clients/python/build/
clients/python/*.egg-info/
