

# Python bytecode
__pycache__/

# Virtual environment
uv.lock
.venv

# Config
.env

# Local run artifacts
output/


