*.d

*.slo
*.lo
*.o
*.obj

*.gch
*.pch

*.ilk

*.pdb

*.so
*.dylib
*.dll
*.so.*

*.mod
*.smod

*.lai
*.la
*.a
*.lib

*.exe
*.out
*.app

build/
Build/
build-*/
cmake-build-*/
dist/
wheelhouse/

CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
install_manifest.txt
compile_commands.json

*.tmp
*.log
*.bak
*.swp

vcpkg_installed/

*.dwo

Testing/
.cache/
.pytest_cache/
.mypy_cache/
.ruff_cache/
__pycache__/
*.py[cod]

.venv/
.venv*/
venv/
env/

.idea/
.vscode/

results/
benchmarks/artifacts/
benchmarks/results/
benchmarks/tmp/
kafka_stress_artifacts/
rules_*.yaml
sample_*.json
!sample_transaction.json
*.jsonl
*.ndjson
*.parquet
*.avro
*.pb
*.desc

models/
lookups/
*.onnx

documentation/
scripts/docs/
.github/workflows/readme-docs-sync.yml
!.github/workflows/workflow.yml
readme_guide.md

# Product/planning source docs kept local.
blazerules.md
vde_extract/
MARKET_STRATEGY.md
docs-implementation-audit.md
design.md

# macOS
.DS_Store
