.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.DS_Store

# Runtime artifacts created by the poller.
var/jobs/
var/log/
var/reports/
var/rendered-prompts/
var/work/
var/worktrees/
var/state/poller.lock
var/state/*.sqlite
var/state/*.sqlite-*

config/env.toml
site/
