38 lines
356 B
Plaintext
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
|