__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
dist/
build/
.pytest_cache/
.ruff_cache/
.coverage
*.log
.DS_Store

# Claude Code local settings (user-specific, not for the repo)
.claude/settings.local.json
