* Migrate to pytest All tests were update to use pytest. Tests were alse black formatted. Eventually all code will be black formatted but need to merge some PRs first.
51 lines
471 B
Text
51 lines
471 B
Text
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
__pycache__
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.idea/workspace.xml
|
|
.idea/misc.xml
|
|
.idea
|
|
.settings
|
|
|
|
# Komodo Files
|
|
*.komodoproject
|
|
|
|
# OS Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Virtual environment
|
|
venv
|
|
coverage.xml
|