# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
*.egg-info/

# macOS
.DS_Store

# Editor
.vscode/
.idea/
*.swp

# Project-local — user data and generated artifacts
.claude/
CLAUDE.md
photos/
*.wav
*.aiff
*.jpg
*.png
*.mp3

# Logs / scratch
*.log
/tmp/
