添加 Ignore

This commit is contained in:
2026-03-10 11:16:23 +08:00
parent 6a84ce2cd8
commit b3c3c77f3c

9
.gitignore vendored
View File

@ -6,6 +6,10 @@
# 缓存文件
__pycache__
/.ruff_cache
/.pytest_cache
/.mypy_cache
/.black_cache
# 可能会偶然生成的 diff 文件
/*.diff
@ -14,3 +18,8 @@ __pycache__
/.coverage
/.coverage.db
/htmlcov
# 对手动创建虚拟环境的人
/.venv
/venv
*.egg-info