.gitignore 53 B

12345
  1. *.egg-info/
  2. /build/
  3. /dist/
  4. __pycache__/
  5. .mypy_cache/