创建工程
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
|
||||
# 虚拟环境
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# 测试缓存
|
||||
.pytest_cache/
|
||||
|
||||
# 类型检查缓存
|
||||
.mypy_cache/
|
||||
|
||||
# Linter 缓存
|
||||
.ruff_cache/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# 运行时产物
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# 编辑器临时文件
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
Reference in New Issue
Block a user