File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,12 @@ move to the next section of the tutorials.
1414
1515## The directory structure
1616
17- The following directory tree gives an overview of the project's different parts after
18- the first build.
17+ The following directory tree gives an overview of the project's different parts.
1918
2019``` text
2120my_project
2221│
23- ├───.pytask
22+ ├───.pytask # Generated by pytask.
2423│
2524├───bld
2625│ └────...
@@ -31,7 +30,7 @@ my_project
3130│ ├────config.py
3231│ └────...
3332│
34- ├───pytask.lock
33+ ├───pytask.lock # Generated by pytask.
3534│
3635└───pyproject.toml
3736```
@@ -40,7 +39,7 @@ Create the project files and folders for your project or start from pytask's
4039[ cookiecutter-pytask-project] ( https://github.com/pytask-dev/cookiecutter-pytask-project )
4140template or any other
4241[ linked template or example project] ( ../how_to_guides/bp_templates_and_projects.md ) .
43- pytask creates the ` .pytask ` folder and ` pytask.lock ` file during builds .
42+ pytask creates the ` .pytask ` folder and ` pytask.lock ` file later when you run tasks .
4443
4544## The ` src ` directory
4645
You can’t perform that action at this time.
0 commit comments