From 72b9555e29b975650f1763bb2e5854e6ab658750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Thu, 8 Dec 2022 00:53:03 +0800 Subject: [PATCH] Added the build directory to .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f432646..5c04496 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.pyc __pycache__ dist +build *.egg-info migrations *.mo