This commit is contained in:
cjw
2026-02-17 02:31:39 +08:00
parent 2f0e25c400
commit 27a1b8a7e9
14 changed files with 877 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
# Python 虚拟环境
venv/
.venv/
# Python 缓存文件
__pycache__/
*.pyc
*.pyo
*.pyd
# IDE 配置(可选)
.idea/
.vscode/
# 项目临时文件
.DS_Store
*.log