# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/

# virtualenv
.venv/
venv/

# secrets & local config
config/settings.yaml

# generated output
out/

# verification artifacts
*.preview.png
_smoke_*

# AI Agents
.claude/
.sisyphus/
.agents/
.zcode/