.*

!/.circleci/
!/.github/
!/.pre-commit-config.yaml
!/.python-version

/build/
/coverage/
/dist/
/env*/
/htmlcov/
/site/
/test-results/
__pycache__/

/coverage.xml
/junit.xml
*.pyc
*.egg
*.egg-info
