# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# Emacs file
*~

# VS Code
.vscode/

*.user

#build, bin and Lion related dirs
include/git_revision.hpp
bin/
build/
cmake-build-debug/
cmake-build/
.idea/
examples/*/build/
examples/*/bin/
compile_commands.json

# Ctags
src/tags

# Windows image file caches
Thumbs.db
ehthumbs.db
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
# OSX
.idea/*
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Anchored: build trees live at the root, and unanchored patterns silently
# swallow paths such as .github/actions/build-site/.
/debug/
/release/
/build*/

.claude/settings.local.json
.claude/*.local.json

# generated benchmark & parity-comparison artifacts (see scripts/bench_baseline.sh
# and scripts/compare_parity.py); tracked JSON such as scripts/parity_gates.json
# and .zenodo.json is intentionally not ignored
bench_results/

# Python bytecode (tools/derivs codegen)
__pycache__/
*.pyc

# documentation snippet output (the examples write to the working directory)
myfile.json
myfile.cbor
myvine.json
myvine.cbor

# generated documentation (an in-tree doxygen run writes here)
docs/html/
docs/xml/
docs/search/
CMakeUserPresets.json
.cache/
*.orig
*.rej
*.gcda
*.gcno
*.info
Testing/
cmake-build-*
