.gitignore 81 B

1234567891011
  1. __pycache__/
  2. *.pyc
  3. venv/
  4. .coverage
  5. .coveragerc
  6. htmlcov/
  7. test-res/integration