Musterlösung oder so

This commit is contained in:
portnoytmy 2025-06-16 10:12:02 +02:00
parent 469ad9bb65
commit 03ec564fa1
3 changed files with 245 additions and 11 deletions

30
.gitignore vendored Normal file
View file

@ -0,0 +1,30 @@
# Build-Verzeichnisse
build/
bin/
lib/
# CMake-Dateien
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
# Compiled Object files
*.o
*.obj
# Shared objects
*.so
*.dylib
*.dll
# Executables
*.exe
*.out
*.app
# IDE-spezifische Dateien
.vscode/
.idea/
*.swp
*~