Initial commit

This commit is contained in:
Jaka Mohorko
2025-01-22 13:32:50 +01:00
commit 60daee2a73
24 changed files with 1084 additions and 0 deletions

46
.gitignore vendored Normal file
View File

@@ -0,0 +1,46 @@
# file types
*.bin
*.bak
*.cache
*.check_cache
*.db
*.dcu
*.depend
*.exp
*.filters
*.idb
*.ilk
*.list
*.log
*.obj
*.orig
*.pdb
*.pyc
*.rule
*.rsm
*.stamp
*.stat
*.suo
*.tlog
*.user
# IDE files
.idea/
.idea_/
.vs/
.vscode/
__history/
__recovery/
__pycache__/
# build and backup folders
/_build*
/build*
/build_win
/cmake-build*
/out*
bckp
# cmake
CMakeUserPresets.json
CMakeSettings.json