Initial Commit

This commit is contained in:
2026-04-15 19:09:21 +03:00
commit c2572c5702
15 changed files with 1587 additions and 0 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# Build artifacts
/cpu-benchmark-server
/*.exe
/*.exe~
/*.dll
/*.so
/*.dylib
/*.test
/*.out
/dist/
/build/
# Go coverage and profiling
/coverage.out
/coverage.html
/cover.out
/cpu.prof
/mem.prof
# Application data
/data/
/tmp/
# Environment files
.env
.env.*
!.env.example
# IDE and OS files
.DS_Store
.idea/
.vscode/
.codex
*.swp
*.swo
example_jsons