# Build artifacts
dist/
build/
*.egg-info/

# Python
__pycache__/
*.py[cod]
.pytest_cache/
.venv/
venv/

# Local databases created by examples/tests
*.db

# OS / editor
.DS_Store
.idea/

# Claude Code local config
.claude/settings.local.json
