# .installed: local install-completion marker. Each environment installs on its own —
# committing this would let one machine's install state leak into others.
.installed

# Python bytecode
__pycache__/
*.pyc

# Isolated venv (if this node owns its pyproject.toml + .venv)
.venv/

