# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.eggs/
.pytest_cache/
dist/
build/
.venv/
venv/

# tapout scratch: history, logs, and cache are transient runtime state.
# HANDOFF.md + .tapout/task-state.json are meant to be committed by users.
.tapout/history.jsonl
.tapout/capture.log
.tapout/last-prompt.txt
.tapout/pause-input.json
.tapout/*.cache
