Version stable

This commit is contained in:
2025-08-15 13:25:56 +02:00
parent 6940055618
commit 1d49981e66
5 changed files with 629 additions and 141 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# PureBasic / build artefacts
*.exe
*.dll
*.so
*.dylib
*.o
*.obj
*.pdb
*.res
*.a
*.lib
*.d
*.map
*.dbg
*.log
*.temp
*.bak
*.cache
# IDE / OS
.DS_Store
Thumbs.db
.idea
.vscode