uv/.gitignore
Se7en d5b98fb76c
fix: links in configuring projects doc (#10710)
<!--
Thank you for contributing to uv! To help us out with reviewing, please
consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary

<!-- What's the purpose of the change? What does it do, and why? -->

Fix invalid links in [configuring
projects](https://docs.astral.sh/uv/concepts/projects/config/#entry-points)
doc.

## Test Plan

<!-- How was it tested? -->
2025-01-17 12:39:56 -06:00

41 lines
538 B
Text

# Insta snapshots.
*.pending-snap
# Generated by Cargo
# will have compiled files and executables
debug/
target/
target-alpine/
# Bootstrapped Python versions
/bin/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Python tmp files
__pycache__
# Maturin builds, and other native editable builds
*.so
*.pyd
*.dll
# Profiling
flamegraph.svg
perf.data
perf.data.old
profile.json
# MkDocs
/site
# macOS
**/.DS_Store
# IDE
.idea
.vscode