# Prerequisites
*.d

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

# Precompiled Headers
*.gch
*.pch

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

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

# Ignore all object and archive files
*.[oa]
*.bin
*.raw
*.elf
.DS_Store

# Ignore build output
Build/
Distribution/
Tests/run_tests

# Serial Output
com1.txt

# Doxygen output
Documentation/build/

# Unit testing
Tests/report.xml
Thirdparty/catch2

# SCons
.sconsign.dblite
__pycache__/
