28 lines
370 B
Plaintext
28 lines
370 B
Plaintext
# --- Capture data & derived outputs (large — never commit) ---
|
|
Streifen/
|
|
session_*/
|
|
*_exif/
|
|
*_stretched/
|
|
thermal_palette_sample.png
|
|
|
|
# --- exiftool cache ---
|
|
tools/
|
|
|
|
# --- Python ---
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# --- Raw capture / image data (safety net) ---
|
|
*.tif
|
|
*.tiff
|
|
*.png
|
|
*.jpg
|
|
*.jpeg
|
|
*.jsonl
|
|
|
|
# --- Temp files & logs ---
|
|
_gui_*.log
|
|
_diag*
|
|
_exiftool_args.txt
|
|
*.log
|