.idea/
.vscode/
__pycache__/

# 忽略任何位置的 .env 文件
.env

.venv/
dist/
build/
*.egg-info/
.hatch/
__hatch__/
hatch.lock

.DS_Store
Thumbs.db

.pytest_cache/
coverage.*
htmlcov/

*.log