Files
cpu-benchmarker-server/.gitignore
2026-04-15 19:09:21 +03:00

38 lines
356 B
Plaintext

# 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