-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
43 lines (39 loc) · 1.02 KB
/
Copy path.gitattributes
File metadata and controls
43 lines (39 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# SPDX-License-Identifier: AGPL-3.0-or-later | Commercial license available
# © Concepts 1996–2026 Miroslav Šotek. All rights reserved.
# © Code 2020–2026 Miroslav Šotek. All rights reserved.
# ORCID: 0009-0009-3560-0851
# Contact: www.anulum.li | protoscience@anulum.li
# Project: SCPN Control
# Description: Git attribute policy.
# Line ending normalization
* text=auto
*.json text eol=lf
*.md text eol=lf
*.py text eol=lf
*.toml text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
# Compiled sources are packaged and content-hashed (e.g. solver.cpp in the HPC
# bridge); pin them to LF so the checksum is identical on Windows checkouts.
*.cpp text eol=lf
*.hpp text eol=lf
*.h text eol=lf
*.rs text eol=lf
# Linguist overrides
*.rs linguist-language=Rust
# Binary files (no diff, no merge)
*.npz binary
*.npy binary
*.onnx binary
*.pt binary
*.pkl binary
*.png binary
*.jpg binary
*.svg binary
*.mp4 binary
*.gif binary
*.h5 binary
*.hdf5 binary
*.geqdsk binary
# Lock files -- generated, do not diff
Cargo.lock linguist-generated