# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.env

# uv
.uv/
uv.lock

# Local sandbox state
.agent_sandbox/

# VHS tapes used to record the demo GIFs in demo/ (local only)
.demo/

# OS/editor
.DS_Store
.ruff_cache/
.pytest_cache/

.cursor
.claude