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

# Node
node_modules/
coverage/

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

# Produced by the live conformance job; the token in it is real, if short-lived.
conformance/live/live-result.json
