chore: 添加 Python __pycache__/ 和 .venv/ 到 .gitignore,清理已缓存文件

This commit is contained in:
Rekey
2026-06-08 18:20:57 +08:00
parent 1c9339a4db
commit 805a23f72e
9 changed files with 5 additions and 1 deletions
+5 -1
View File
@@ -2,4 +2,8 @@ node_modules/
dist/ dist/
.env .env
*.log *.log
db/pgsql/ db/pgsql/
# Python
__pycache__/
.venv/
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.