chore: 添加 Python __pycache__/ 和 .venv/ 到 .gitignore,清理已缓存文件
This commit is contained in:
+5
-1
@@ -2,4 +2,8 @@ node_modules/
|
||||
dist/
|
||||
.env
|
||||
*.log
|
||||
db/pgsql/
|
||||
db/pgsql/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
.venv/
|
||||
Reference in New Issue
Block a user