From 0afbccd3eb938bae014f231c92ec21d2fa3987b4 Mon Sep 17 00:00:00 2001 From: Om Mishra <32200996+mishraomp@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:42:57 -0800 Subject: [PATCH] chore: update gitignore (#2171) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3e3560b6b..4ab6b31c2 100644 --- a/.gitignore +++ b/.gitignore @@ -361,3 +361,7 @@ poetry.toml pyrightconfig.json # End of https://www.toptal.com/developers/gitignore/api/node,java,python,go +.idea +*.key +*.pem +*.pub \ No newline at end of file