From a42a3583d7573a81e07ab5065145eff413c32267 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Thu, 12 Dec 2024 00:31:39 -0800 Subject: [PATCH] Update .gitignore for iqfeed module --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5d84dee..9e7ef3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .env +.venv *.egg-info/ -__pycache__/ \ No newline at end of file +__pycache__/ +build/ \ No newline at end of file