# python
__pycache__/
*.py[cod]

# macos
.DS_Store

# editors
.vscode/
.idea/
*.swp

# claude local overrides (launch.json IS committed — it's how the dev server starts)
.claude/settings.local.json

# scratch
test/tmp/
*.log
