From 17e63e1380aac83cf12937640553f33996fd38db Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Tue, 24 Sep 2024 10:54:05 -0700 Subject: [PATCH] /* PR_START p--short-term-perf 07 */ Add `cprofile_output.bin` to `.gitignore`. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 19eab7f09f..9aefaa6040 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,6 @@ dmypy.json # IDE .idea/ .vscode/ + +# Performance profiler results. +**/cprofile_output.bin