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

# Virtual envs / tooling
.venv/
venv/
.env

# Test / type caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
htmlcov/
coverage.xml

# uv
uv.lock

# Node (only used by tools/gen_golden.mjs)
node_modules/

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

# Local-only, maintainer-only material (engine reference, port notes,
# publishing runbook, and golden-generation scripts with local source paths)
docs/
tools/
