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

# TypeScript / Node
node_modules/
typescript/dist/
*.tsbuildinfo
.turbo/
coverage/

# Editors / OS
.DS_Store
.idea/
.vscode/
