From 00a176314bc6578ee643849c9f786be3f85984bb Mon Sep 17 00:00:00 2001 From: charlene tau express Date: Fri, 28 Mar 2025 17:39:46 +0800 Subject: [PATCH] update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1b92115..0f50f70 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ myvenv/ __pycache__/ *.pyc *.pyo -*.pyd \ No newline at end of file +*.pyd +**/.env \ No newline at end of file