Skip to content

Commit 9d638b0

Browse files
committed
reuse: Ignore uv.lock and .python-version
1 parent cbed026 commit 9d638b0

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

REUSE.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,14 @@ SPDX-License-Identifier = "CC-BY-ND-4.0"
3333
[[annotations]]
3434
path = ".vscode/*.json"
3535
SPDX-FileCopyrightText = "2023 ETH Zurich and University of Bologna"
36-
SPDX-License-Identifier = "CC-BY-ND-4.0"
36+
SPDX-License-Identifier = "CC-BY-ND-4.0"
37+
38+
[[annotations]]
39+
path = "uv.lock"
40+
SPDX-FileCopyrightText = "2025 ETH Zurich and University of Bologna"
41+
SPDX-License-Identifier = "CC-BY-ND-4.0"
42+
43+
[[annotations]]
44+
path = ".python-version"
45+
SPDX-FileCopyrightText = "2025 ETH Zurich and University of Bologna"
46+
SPDX-License-Identifier = "CC-BY-ND-4.0"

0 commit comments

Comments
 (0)