.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.idea/
.vscode/
dist/
build/
*.egg-info/
.DS_Store
# local state + secrets never committed
.gpu-orchestrator/
gpu-orchestrator.toml
.env

# bundled open-lease-ui: a build output, produced by `pnpm bundle` in the open-lease-ui repo, and by
# the publish workflow at release time. Re-included in the wheel/sdist via hatch `artifacts`.
src/gpu_orchestrator/web/
