# Virtual environment
.venv/

# Cached mapping file
.cache/

# Python
__pycache__/
*.pyc
*.egg-info/
dist/
build/

# Test / coverage artifacts
.coverage
htmlcov/
.pytest_cache/

# OS
.DS_Store

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

# Working data (not part of plugin)
data/
