# Ignore build artifacts
build/
CMakeCache.txt
cmake_install.cmake
CMakeFiles/
compile_commands.json

# Ignore git
.git/

# Ignore IDE files
*.code-workspace

# Keep devcontainer files
!.devcontainer/
