# Python
__pycache__/
*.py[cod]
.venv/
venv/
dist/
!openclaw-plugin/dist/
!openclaw-plugin/dist/**
build/
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Node
node_modules/

# Data (local SQLite store — never commit user data)
*.db
*.db-wal
*.db-shm

# OS / editor
.DS_Store
.idea/
.vscode/

tmp/
