node_modules/
dist/
build/
*.tsbuildinfo
.turbo/
.pnpm-store/

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

# editor
.vscode/
.idea/
.DS_Store

# env
.env
.env.local

# Local scratch — the canonical live smoke harnesses live under
# examples/{node,python}/live-smoke/. Keep test-python/ out of commits in
# case it stays around in working trees.
test-python/
