Initiales Commit für BS_Praktikum4 Projekt

This commit is contained in:
portnoytmy 2025-06-02 22:43:21 +02:00
commit eb203bcf00
6 changed files with 96 additions and 0 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
*~