From 3c1ab5e9f2f261628e846bf85fcc3788c89f582c Mon Sep 17 00:00:00 2001 From: Calle Svensson Date: Fri, 27 Sep 2024 20:00:40 +0200 Subject: [PATCH] Add "build/" to .gitignore If you install the repo using "pip install ." in the repo, which is preferred nowadays over interacting with setup.py directly, pip builds the library in "build/". --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5659b4e..70ef15b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ dist/ +build/ mgz.egg-info/ venv/ .tox/