# gwm preset: python-uv
#
# Opinionated .gwm.toml for a Python project managed with uv:
# - refuses to inherit the `.venv/` symlink (each worktree gets its own)
# - runs `uv sync` after the worktree is created
#
# Preview with `gwm init --preset python-uv --show`. See
# examples/gwm.toml.example for the full schema.
[]
= "{home}/cc-worktree/{repo}"
= "{type}-{issue}-{desc}"
= "{type}/#{issue}-{desc}"
[[]]
= ".venv"
[[]]
= "uv sync"
= "uv sync"
= "file_exists:pyproject.toml"
= "warn"