# 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

# Executables
*.exe
*.out
*.app

# Vim tmp files
*.swp

# Test build artefacts
test/CMakeCache.txt
test/Makefile
test/CMakeFiles/
test/cmake_install.cmake
test/__pycache__/

# Documentation build artefacts
docs/CMakeCache.txt
docs/xml/
docs/build/

# Build directory
build/

# generated kernel specs
/share/jupyter/kernels/xpython/kernel.json

# Jupyter artefacts
.ipynb_checkpoints/
