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

# uv
.uv/

# tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# OS
.DS_Store

# golden-harness build artifacts (regenerated from the parent repo)
tools/build/
tools/*.class
