*~
~*
*.log
.DS_Store
node_modules
bak
dist
build*
!docs/build/
!docs/build/*.md
!packaging/conda-forge/build.sh
private
doxygen2md
_book
_deps

# CMake in-source build artifacts (use out-of-source builds)
**/CMakeFiles/
CMakeCache.txt
cmake_install.cmake
cmake_uninstall.cmake
CPackConfig.cmake
CPackSourceConfig.cmake
CMakeDoxyfile.in
CMakeDoxygenDefaults.cmake
Makefile
compile_commands.json
CMakeUserPresets.json
*.pc
libsourcey.h
LibSourceyConfig.cmake
LibSourceyConfigVersion.cmake

# Test output
*.mp2
*.mp4
!data/test.mp4
*.flv
*.mkv
*.avi
*.pcm
*.wav
*.aac
*.raw
.plans

# Local Python environments
.venv
.venv*/
venv
venv*/
__pycache__/
*.pyc

# Arch package build artifacts
packaging/arch/pkg/
packaging/arch/src/
packaging/arch/*.pkg.tar.*
packaging/arch/*.src.tar.*
packaging/arch/*.tar.gz

# Wrangler
.wrangler/
