.dockerignore 71 B

12345678
  1. .git
  2. __pycache__
  3. .pytest_cache
  4. .venv
  5. logs
  6. *.log
  7. server.pid
  8. uvicorn.log