.gitignore 58 B

1234567
  1. __pycache__
  2. .mypy_cache
  3. .vscode
  4. build/
  5. dist/
  6. *.egg-info/