.dockerignore 99 B

123456789101112
  1. build/
  2. dist/
  3. **/__pycache__/
  4. .mypy_cache/
  5. **/third_party/bin
  6. *.ma
  7. .cache/
  8. .python-version
  9. .data