**/*.txt
**/*.csv
**/*.dat
**/*.out
**/*.log
**/*.err
**/*.warn
**/*.a
**/*.so
**/*.npy
**/*.npz
**/.DS_Store
**/*.pyc
**/__pycache__/
**/*.dSYM
**/.ipynb_checkpoints/

external/
projects/
webapp/
build/
.vscode/
.idea/
.cache/
.DS_Store
vegasglow.so.dSYM/
!CMakeLists.txt
legacy/

tests/**/*.png
tests/**/*.pdf
script/*.pdf
script/*.png
script/bilby_output/
docs/build/
docs/doxygen/
validation/benchmark/results/
validation/regression/results/

# Local compiled test binaries (source .cpp files remain tracked)
tests/**/benchmark
tests/**/demo
tests/**/x-ray
tests/**/code-comp
tests/**/fast_math_bench

# Auto-generated version file (setuptools-scm)
VegasAfterglow/_version.py

# Local session / tooling state
.claude/
compile_commands.json
docs/plans/

# Local exploratory notebooks under script/ (PNGs/PDFs already ignored above)
script/*.ipynb
script/*.gif
script/bench_*.sh
