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
44
45
46
47
48
49
50
51
52
53
54
55
# Rust
/target/
**/*.rs.bk
*.pdb
Cargo.lock
# Debug builds
debug/
target/
# Release builds
release/
# Test outputs
*.fits
*.fit
*.jpg
*.jpeg
*.tif
*.tiff
*.png
*.xisf
# macOS
.DS_Store
.AppleDouble
.LSOverride
# IDE
.vscode/*
!.vscode/c_cpp_properties.json
!.vscode/settings.json
.idea/
*.swp
*.swo
*~
# Build artifacts
*.o
*.so
*.dylib
*.dll
*.a
# Test executables
test_fits
test_bayer
test_stretch
test_pipeline
test_real_stretch
tests/*
# Temporary files
*.tmp
*.log