# Ignore documentation output.
**/docs/**/output/*

# Ignore CMake build directory.
build/

# Ignore build artifacts
*.o

# Ignore code coverage artifacts
*.gcda
*.gcno
*.gcov

# Ignore certificate files
*.pem
*.crt
