From 6c68ae7c148b41a8ea29090da24a1cd34d6cef76 Mon Sep 17 00:00:00 2001 From: superlishunqin <852326703@qq.com> Date: Tue, 22 Apr 2025 22:54:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitignore=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 57 +++++++++--------------------------------------------- 1 file changed, 9 insertions(+), 48 deletions(-) diff --git a/.gitignore b/.gitignore index fa024c4..666415c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,56 +1,17 @@ +# 虚拟环境 +venv/ +env/ +.venv/ +.env/ +study/ __pycache__/ *.py[cod] *$py.class -*.so -.Python -env/ -venv/ -study/ -ENV/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.installed.cfg -*.egg - -# Flask实例文件夹 -instance/* -!instance/.gitkeep - -# 环境变量文件 -.env -.flaskenv - -# 数据库文件 -*.db -*.sqlite -*.sqlite3 - # 日志文件 *.log logs/ - -# IDE相关 +log/ +# 其他常见排除项 +.DS_Store .idea/ .vscode/ -*.swp -*.swo -.DS_Store -.coverage -htmlcov/ -.pytest_cache/ - -# 迁移文件夹中的版本文件 -migrations/versions/ - -# 开发环境的静态文件或上传文件 -uploads/ \ No newline at end of file