7c180376d6
* Add Simple Server and CodeCov action * Remove token * Codecov to tox.ini * fix tox * Set coverage location * Add ignore to codecov * Try glob ignore * Setup CodeClimate * Allow coverage check to run * Change coverage check * Add codeclimate exclusions
25 lines
243 B
Plaintext
25 lines
243 B
Plaintext
*~
|
|
*.egg-info
|
|
*.egg
|
|
*.eggs
|
|
*.pyc
|
|
.coverage
|
|
.coverage.*
|
|
coverage
|
|
coverage.xml
|
|
.tox
|
|
settings.py
|
|
.idea/*
|
|
.cache/*
|
|
.mypy_cache/
|
|
.python-version
|
|
docs/_build/
|
|
docs/_api/
|
|
build/*
|
|
.DS_Store
|
|
dist/*
|
|
pip-wheel-metadata/
|
|
.pytest_cache/*
|
|
.venv/*
|
|
.vscode/*
|