21 lines
205 B
Plaintext
21 lines
205 B
Plaintext
.venv
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
# 本地/测试数据
|
|
.test.db
|
|
*.db
|
|
|
|
# 测试与开发脚本(按需移除)
|
|
tests/
|
|
.env*
|
|
|
|
# Git 元数据
|
|
.git/
|
|
.gitignore
|