From 2367d1aef85905cfc7acf01b35f427fd3b2c09b5 Mon Sep 17 00:00:00 2001 From: Gourav Kumar Date: Sun, 26 Jun 2022 20:51:11 +0530 Subject: [PATCH] ignore build folder and other support files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0653bde..648e62f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ *egg-info __pycache__ .vscode -.idea \ No newline at end of file +.idea +build