# Node / Cloudflare
node_modules/
.wrangler/
dist/
*.log

# Python daemon (uv / build / freeze artifacts)
.venv/
__pycache__/
*.pyc
daemon-py/build/
*.spec

# Local simulation state
.dev-state/
*.local

# Screenshots / MCP artifacts
.playwright-mcp/
/*.png

# Personal activity export (migrated into PROD, not for the repo)
/events.txt
