mirror of
https://github.com/astral-sh/uv.git
synced 2026-05-06 08:56:53 -04:00
f059c6e6a6
Support `-e path/do/dir` in pip-sync and and pip-compile.
28 lines
483 B
Plaintext
28 lines
483 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
# Use e.g. `--cache-dir cache-docker` to keep a cache across container invocations
|
|
cache-*
|
|
|
|
# Python tmp files
|
|
__pycache__
|
|
|
|
# Maturin builds, and other native editable builds
|
|
*.so
|
|
*.pyd
|
|
*.dll
|
|
|
|
# Profiling
|
|
flamegraph.svg
|
|
perf.data
|
|
perf.data.old
|
|
profile.json
|