.gitignore 74 B

12345678
  1. /build/
  2. /.eggs/
  3. /*.egg-info/
  4. /.mypy_cache/
  5. /.tox/
  6. __pycache__/
  7. *.pyc
  8. venv/