mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-05 03:18:01 +00:00

This docker container provides isolation of source distribution builds, whether [intended to be helpful](https://pypi.org/project/nvidia-pyindex/) or other more or less malicious forms of host system modification. Fixes #194 --------- Co-authored-by: Zanie Blue <contact@zanie.dev>
15 lines
324 B
Text
15 lines
324 B
Text
.venv
|
|
|
|
# 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-*
|