primer commit

This commit is contained in:
2025-10-21 14:03:22 +02:00
commit bcaa64d22c
6 changed files with 6091 additions and 0 deletions

67
.gitignore vendored Normal file
View File

@@ -0,0 +1,67 @@
# Build output
/build/
/bin/
/out/
/CMakeFiles/
/CMakeCache.txt
/cmake_install.cmake
/Makefile
/*.cmake
/*.obj
/*.o
/*.lo
/*.a
/*.lib
/*.dll
/*.so
/*.dylib
/*.exe
/*.pdb
# Generated by CMake/IDE
/compile_commands.json
/.ninja*
/_deps/
/install_manifest.txt
# third_party build artifacts (keep sources but ignore local builds)
third_party/**/build/
third_party/**/CMakeFiles/
third_party/**/CMakeCache.txt
# IDEs and editors
.vscode/
.idea/
*.suo
*.user
*.userprefs
*.vcxproj*
*.sln
*.xcodeproj/
*.xcworkspace/
*.gradle/
# OS files
.DS_Store
Thumbs.db
# Logs and temporary files
*.log
*.tmp
*.swp
*~
*.bak
# Coverage and test artifacts
coverage/
coverage.info
*.gcda
*.gcno
# Python virtual envs (if any)
venv/
env/
__pycache__/
# Avoid committing local SDL runtime if you copy it next to the exe
SDL3.dll