From 75650a9f7c7197219bf6d6aede191a32dcc197d8 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 12 Sep 2022 22:20:41 +0200 Subject: Added venv, eggs and build dir to ignores --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a28d3e4..3734d30 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ __pycache__/ +.venv/ +build*/ +.eggs/ *.egg-info *.json *.yaml -- cgit v1.1