32 lines
503 B
Plaintext
32 lines
503 B
Plaintext
# Generated benchmark/evaluation artifacts stay on the benchmark host.
|
|
**/results/
|
|
**/result/
|
|
**/outputs/
|
|
**/output/
|
|
**/ssim-comparison/
|
|
|
|
# Runtime logs and state.
|
|
**/*.log
|
|
**/*.pid
|
|
**/*.sqlite
|
|
**/*.sqlite3
|
|
**/*.db
|
|
|
|
# Profiler captures.
|
|
**/*.nsys-rep
|
|
**/*.ncu-rep
|
|
**/*.trace.json.gz
|
|
|
|
# Python/tool caches.
|
|
**/__pycache__/
|
|
**/*.py[cod]
|
|
**/.pytest_cache/
|
|
**/.cache/
|
|
**/.ipynb_checkpoints/
|
|
|
|
# Temporary downloads and source checkouts are reproducible from upstream.
|
|
/src/
|
|
**/inputs/uploads/
|
|
**/*.bak
|
|
**/*~
|