@@ -133,22 +133,24 @@ The `[tool.pytask.ini_options]` section tells pytask to look for tasks in
133133` src/my_project ` . You will learn more about configuration in the
134134[ configuration tutorial] ( configuration.md ) .
135135
136- ## The ` .pytask ` directory
137-
138- The ` .pytask ` directory is where pytask stores its information. You do not need to
139- interact with it.
140-
141136## The ` pytask.lock ` file
142137
143138The ` pytask.lock ` file records which tasks and products are up to date. pytask updates
144139it during builds so later runs can skip unchanged tasks. This file should be kept in
145140version control.
146141
147- When you move a project to another machine, see
148- [ Move a Project to Another Machine] ( ../how_to_guides/move_project_to_another_machine.md ) .
149- To update recorded task state manually, use
150- [ ` pytask lock ` ] ( ../reference_guides/commands.md#pytask-lock ) . For details on what pytask
151- stores in the file, see [ Lockfile] ( ../reference_guides/lockfile.md ) .
142+ !!! seealso
143+
144+ You will later learn how to sync the state of the lockfile with the project state with
145+ the [`pytask lock`](../reference_guides/commands.md#pytask-lock) command or how the
146+ lockfile enables you to
147+ [move a project to another machine](../how_to_guides/move_project_to_another_machine.md),
148+ but don't worry about it for now.
149+
150+ ## The ` .pytask ` directory
151+
152+ The ` .pytask ` directory is where pytask stores some of its ephemeral information. You do
153+ not need to interact with it, nor do you need to keep it in version control.
152154
153155## Installation
154156
0 commit comments