mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 13:30:11 -05:00
32 lines
479 B
Plaintext
32 lines
479 B
Plaintext
# 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
|