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
/target
/fuzz/target
/fuzz/corpus
/fuzz/artifacts
# Data files (FITS, images, test outputs)
*.fits
*.png
*.pdf
*.txt
!LICENSE.txt
!examples/outputs/*.png
!examples/outputs/*.pdf
perf.data*
# Test artifacts and debug directories
/test_debug/
/test_edge/
/examples/output/
# Performance profiling data
perf*.data
# Local optimization documentation (development only)
OPTIMIZATION_MASTER_INDEX.md
OPTIMIZATION_ROADMAP_FINAL.md
TIER3_OPTIMIZATION_PLAN.md
TILE_PARALLELIZATION_DESIGN.md
# Python artifacts
__pycache__/
*.py[cod]
*$py.class
*.lock
callgrind.out.*
cachegrind.out.*
perf.data*