# Build outputs build/ # Object and binary artifacts *.o *.obj *.a *.lib *.so *.dylib *.dll *.exe *.out *.pdb *.idb # Emscripten (if emitted outside build/ by accident) /triangle.html /triangle.js /triangle.wasm # Dependency files *.d # Editor/OS files .DS_Store Thumbs.db *~ *.swp .vscode/ .idea/ *.code-workspace # C/C++ tooling caches .clangd/ .cache/ .ccache/ compile_commands.json