# Node
node_modules/
dist/
out/
*.tsbuildinfo
*.vsix
.vscode-test/
coverage/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
.venv/
venv/
.pytest_cache/
.mypy_cache/
htmlcov/
.coverage

# OS
.DS_Store
Thumbs.db

# Git worktrees
.worktrees/
**/.claude