Merge branch 'Project_Developer'

This commit is contained in:
1nn0c3ntt 2025-12-01 10:57:32 +01:00
commit 0821395b92

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# Ignore CMake build directories
cmake-build-debug/
cmake-build-release/
# General build artifacts
build/
out/
*.o
*.obj
*.log