.dockerignore 102 B

1234567
  1. # Ignore everything, since we get the repository files
  2. # with a volume.
  3. *
  4. .*
  5. !requirements.txt
  6. !setup