# Virtualenvs
.venv/
**/.venv/
venv/
**/venv/

# Python
**/__pycache__/
**/*.py[cod]
**/.pytest_cache/
**/.ruff_cache/
**/.mypy_cache/
*.egg-info/
dist/
build/
*.egg

# Local / OS
.DS_Store
uv.lock
*.log

# Nested UCE may contain its own venv/build noise if present
unified_compute_engine/.venv/
unified_compute_engine/**/__pycache__/
