# 发布排除规则
__pycache__/
*.pyc
*.pyo
.pytest_cache/
*.egg-info/
dist/
build/
.venv/
venv/
*.db
*.sqlite
*.sqlite3
~/.finance-tax/
tests/
.git/
.gitignore
.DS_Store
