添加 Ignore
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
# 缓存文件
|
# 缓存文件
|
||||||
__pycache__
|
__pycache__
|
||||||
|
/.ruff_cache
|
||||||
|
/.pytest_cache
|
||||||
|
/.mypy_cache
|
||||||
|
/.black_cache
|
||||||
|
|
||||||
# 可能会偶然生成的 diff 文件
|
# 可能会偶然生成的 diff 文件
|
||||||
/*.diff
|
/*.diff
|
||||||
@ -14,3 +18,8 @@ __pycache__
|
|||||||
/.coverage
|
/.coverage
|
||||||
/.coverage.db
|
/.coverage.db
|
||||||
/htmlcov
|
/htmlcov
|
||||||
|
|
||||||
|
# 对手动创建虚拟环境的人
|
||||||
|
/.venv
|
||||||
|
/venv
|
||||||
|
*.egg-info
|
||||||
|
|||||||
Reference in New Issue
Block a user