.dockerignore 142 B

123456789101112131415
  1. .git/
  2. .venv/
  3. __pycache__/
  4. *.pyc
  5. *.db
  6. *.log
  7. instance/
  8. tests/
  9. tools/
  10. *.egg-info/
  11. .pytest_cache/
  12. .mypy_cache/
  13. .ruff_cache/
  14. docs/
  15. 接口汇总.md