uv/.gitignore
konsti a6f8fa7e42
Optimize Version display (#13643)
We format enough versions that the `.collect::<Vec<String>>()` showed up
in profiles.
2025-05-26 15:17:07 +02:00

44 lines
582 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
/dist
/crates/uv-build/dist
# Profiling
flamegraph.svg
perf.data
perf.data.old
profile.json
profile.json.gz
# MkDocs
/site
# macOS
**/.DS_Store
# IDE
.idea
.vscode