__pycache__/
*.py[cod]
*.egg-info/
.venv/
*.swp
.DS_Store

# editor/session metadata
.reasonix/
.ruff_cache/
.mypy_cache/

# sandbox runtime state, staged fresh by tests/sandbox/enter.sh
tests/sandbox/app/
tests/sandbox/rbin/
tests/sandbox/home/
tests/sandbox/xauth
tests/sandbox/tray.err
tests/sandbox/evil_contract.py
tests/sandbox/ctl
tests/sandbox/prompt.pid
tests/sandbox/.lock

# packaging build output
dist/
build/
tests/sandbox/pdeath.helper.log
tests/sandbox/pdeath.standin.log
