From f4ff1f496b259d10316f81af52d16756ab274666 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Sat, 9 Aug 2025 17:42:15 -0700 Subject: [PATCH] update gitignore --- .gitignore | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 949cc5db6..4b64f0abd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,17 @@ /_pycache/ hecate/ hecate-lib/ -*.pyc* \ No newline at end of file +*.pyc* +__pycache__/ +.venv/ +.vscode/ +.env +.env.local +.env.development.local +.env.test.local +.env.production.local +.env.development +.env.test +export* +__pycache__/model_tools.cpython-310.pyc +__pycache__/web_tools.cpython-310.pyc