From 251f9bacef2bef1b83e5cfa22f6fe7d2b873ce62 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sun, 5 Oct 2025 16:08:49 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 20a88d9..02b3207 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,12 @@ node-config/ files/ .ruff_cache/ __pycache__/ +dist/ +*.egg-info/ +.ruff_cache/ +.venv/ +.env +.env.local +.env.development.local +.env.test.local +.env.production.local \ No newline at end of file