From 41329cc53245b598166725141cb479531ea24062 Mon Sep 17 00:00:00 2001 From: lingyuzeng Date: Sat, 7 Mar 2026 22:37:00 +0800 Subject: [PATCH] chore: expand ignore rules for venv and hidden caches --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index f061c30..5e584cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,23 @@ # local env .env +.env.* # python .venv/ .pytest_cache/ +.mypy_cache/ +.ruff_cache/ +.cache/ __pycache__/ *.pyc +.coverage +htmlcov/ # editor/os .DS_Store +.vscode/ +.idea/ +*.swp # runtime data logs/