From 480f014fc282f200c839b2238820938eb9bbe1ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Glauber=20Magalh=C3=A3es?= Date: Tue, 12 Nov 2024 18:06:21 -0300 Subject: [PATCH] add build folder to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5937978..80e5bf6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ venv/ evilurl.egg-info/ dist/ +build/ .eggs/ __pycache__/ *.pyc *.pyo *.pyd -*.so \ No newline at end of file +*.so