# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# macOS
.DS_Store

# Captured photos
*.jpg
*.png

# Data (models, calibration, captures — all machine-specific)
/data/

# UI presets (device-specific, generated by calibration scripts)
.claude/ui-presets/

# Claude Code runtime state (pid/lock files)
.claude/scheduled_tasks.lock

# Cron jobs (machine-local schedule + last-fired log)
/jobs/

# Agent memory (task logs, machine-local)
/memory/

# Runtime logs
log/

# Test runtime artifacts
.coverage
.mutmut-cache
htmlcov/
