mirror of https://github.com/astral-sh/uv
51 lines
746 B
Plaintext
51 lines
746 B
Plaintext
# Insta snapshots.
|
|
*.pending-snap
|
|
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/vendor/
|
|
debug/
|
|
target-alpine/
|
|
target/
|
|
|
|
# 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
|
|
/dist
|
|
/crates/uv-build/dist
|
|
|
|
# Profiling
|
|
flamegraph.svg
|
|
perf.data
|
|
perf.data.old
|
|
profile.json
|
|
profile.json.gz
|
|
|
|
# MkDocs
|
|
/site
|
|
|
|
# Generated reference docs (use `cargo dev generate-all` to regenerate)
|
|
/docs/reference/cli.md
|
|
/docs/reference/environment.md
|
|
/docs/reference/settings.md
|
|
|
|
# macOS
|
|
**/.DS_Store
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|