# Secrets and runtime state — never committed
.env
.venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/

# Daemon runtime directories — created on first run, contents are
# session-specific and not meaningful to track.
logs/
state/
queue/
dispatch/

# Editor / OS noise
.idea/
.vscode/
.DS_Store
