This commit is contained in:
dualtribesman 2025-12-16 21:09:33 +00:00 committed by GitHub
commit 03acda5151
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ Do this **once**, right after you create the virtual environment.
<div class="termy"> <div class="termy">
```console ```console
$ echo "*" > .venv/.gitignore $ echo ".venv" > .gitignore
``` ```
</div> </div>