Skip to content

Commit 64d2267

Browse files
authored
Merge pull request #407 from PyAutoLabs/claude/g-heart-green-fable-opus-uuiaqf
chore: normalise all tracked text files to LF + enforce via .gitattributes
2 parents 627576c + cf3bb23 commit 64d2267

235 files changed

Lines changed: 57378 additions & 57373 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# All files use Unix line endings (LF) — see AGENTS.md. text=auto lets git
2+
# detect binaries; eol=lf normalises every text file on checkout and checkin,
3+
# subsuming the earlier targeted shebang/script rules. Tree-wide CRLF
4+
# normalisation landed alongside this file (2026-07-25).
5+
* text=auto eol=lf

.gitignore

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
test_autoarray/mask/files/array/
2-
test_autoarray/dataset/imaging/files/array/
3-
test_autoarray/dataset/interferometer/files/array/
4-
test_autoarray/mask/files/mask/array_out.fits
5-
test_autoarray/mask/files/mask/mask_out.fits
6-
test_autoarray/plot/wrap/base/files/
7-
test_autoarray/structures/grids/files/grid_2d.fits
8-
9-
test_autoarray/dataset/files/array/output_test/uv_wavelengths.fits
10-
test_autoarray/dataset/files/array/output_test/visibilities.fits
11-
test_autoarray/dataset/plot/files/
12-
test_autoarray/fit/plot/files/
13-
test_autoarray/structures/arrays/one_d/files/array/
14-
test_autoarray/structures/plot/files/
15-
test_autoarray/inversion/plot/files/
16-
test_autoarray/plot/files/
17-
test_autoarray/instruments/files/
18-
19-
.envr
20-
__pycache__
21-
*.log
22-
*.swp
23-
.eggs/
24-
autoarray.egg-info/
25-
*cache
26-
*pytest_cache
27-
build//
28-
build/
29-
dist/
30-
.idea/
31-
test_files
32-
test_autoarray/unit/instruments/files/acs/acs_ccd.fits
33-
test_autoarray/unit/plot/files/plotter/fits/frame.fits
34-
test_autoarray/unit/structures/files/array.fits
35-
test_autoarray/unit/structures/files/frame.fits
36-
test_autoarray/unit/structures/files/kernel.fits
37-
test_autoarray/unit/structures/grids/files/grid/grid.fits
1+
test_autoarray/mask/files/array/
2+
test_autoarray/dataset/imaging/files/array/
3+
test_autoarray/dataset/interferometer/files/array/
4+
test_autoarray/mask/files/mask/array_out.fits
5+
test_autoarray/mask/files/mask/mask_out.fits
6+
test_autoarray/plot/wrap/base/files/
7+
test_autoarray/structures/grids/files/grid_2d.fits
8+
9+
test_autoarray/dataset/files/array/output_test/uv_wavelengths.fits
10+
test_autoarray/dataset/files/array/output_test/visibilities.fits
11+
test_autoarray/dataset/plot/files/
12+
test_autoarray/fit/plot/files/
13+
test_autoarray/structures/arrays/one_d/files/array/
14+
test_autoarray/structures/plot/files/
15+
test_autoarray/inversion/plot/files/
16+
test_autoarray/plot/files/
17+
test_autoarray/instruments/files/
18+
19+
.envr
20+
__pycache__
21+
*.log
22+
*.swp
23+
.eggs/
24+
autoarray.egg-info/
25+
*cache
26+
*pytest_cache
27+
build//
28+
build/
29+
dist/
30+
.idea/
31+
test_files
32+
test_autoarray/unit/instruments/files/acs/acs_ccd.fits
33+
test_autoarray/unit/plot/files/plotter/fits/frame.fits
34+
test_autoarray/unit/structures/files/array.fits
35+
test_autoarray/unit/structures/files/frame.fits
36+
test_autoarray/unit/structures/files/kernel.fits
37+
test_autoarray/unit/structures/grids/files/grid/grid.fits
3838

3939
# Test-run output artifacts (search results written by cwd-sensitive test runs)
4040
test_autoarray/output/

LICENSE

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
MIT License
2-
3-
Copyright (c) 2019 James Nightingale
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
1+
MIT License
2+
3+
Copyright (c) 2019 James Nightingale
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

MANIFEST.in

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# MANIFEST.in
2-
exclude .gitignore
3-
include README.md
4-
include setup.cfg
5-
include CITATIONS.rst
6-
include LICENSE
7-
include requirements.txt
8-
include optional_requirements.txt
9-
10-
prune .cache
11-
prune .git
12-
prune build
13-
prune dist
14-
15-
recursive-exclude *.egg-info *
16-
17-
recursive-include autoarray/config *
18-
19-
exclude docs
20-
21-
global-exclude test_autoarray
1+
# MANIFEST.in
2+
exclude .gitignore
3+
include README.md
4+
include setup.cfg
5+
include CITATIONS.rst
6+
include LICENSE
7+
include requirements.txt
8+
include optional_requirements.txt
9+
10+
prune .cache
11+
prune .git
12+
prune build
13+
prune dist
14+
15+
recursive-exclude *.egg-info *
16+
17+
recursive-include autoarray/config *
18+
19+
exclude docs
20+
21+
global-exclude test_autoarray
2222
recursive-exclude test_autoarray *

0 commit comments

Comments
 (0)