# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.env

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Vyrion runtime artifacts (never commit guard keys or applied state)
.vyrion/
_vyrion_seals.json
_vyrion_runner.mjs

# Node
node_modules/

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