List .gitignore in project init files (#13855)

Fixes https://github.com/astral-sh/uv/issues/13639

Just added a missing `.gitignore` file in the docs, so that there would
be no confusion for readers referring it.

Thank you!
This commit is contained in:
Abhishek Upadhye 2025-06-05 19:51:15 +05:30 committed by GitHub
parent 3a29bb0986
commit efd4652faa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ $ uv init
uv will create the following files:
```text
.
├── .gitignore
├── .python-version
├── README.md
├── main.py