From 1d0b5338a8c4f99efbf90e3e32179368b60c1639 Mon Sep 17 00:00:00 2001 From: bruce Date: Thu, 11 Jun 2026 00:15:56 +0800 Subject: [PATCH] =?UTF-8?q?chore(master):=20=E5=AF=B9=E9=BD=90V2=E5=BF=BD?= =?UTF-8?q?=E7=95=A5=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) diff --git a/.gitignore b/.gitignore index c805be8..28c1048 100644 --- a/.gitignore +++ b/.gitignore @@ -1,37 +1,10 @@ -# IDE -.idea/ -.vscode/ - -# Python +.venv/ __pycache__/ *.py[cod] -*.pyo -*.pyd -.Python - -# Virtual environments -.venv/ -venv/ -env/ - -# Django / local data *.sqlite3 db.sqlite3 -data/uploads/ -data/chroma/ -media/ staticfiles/ - -# Environment variables -.env -.env.local - -# Test / coverage +media/ .pytest_cache/ -.coverage -htmlcov/ .tmp/ - -# OS -.DS_Store -Thumbs.db +.idea/