mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
19 lines
361 B
TOML
19 lines
361 B
TOML
[files]
|
|
extend-exclude = [
|
|
"**/snapshots/",
|
|
"scripts/**/*.in",
|
|
]
|
|
ignore-hidden = false
|
|
|
|
[default]
|
|
extend-ignore-re = [
|
|
"FRiENDlY-\\.\\.\\.-_-BARd",
|
|
"FrIeNdLy-\\._\\.-bArD",
|
|
"I borken you cache",
|
|
"eb1ba5f5",
|
|
"github_pat_[0-9a-zA-Z_]+",
|
|
"LICENSEs",
|
|
]
|
|
|
|
[default.extend-identifiers]
|
|
seeked = "seeked" # special term used for streams
|