ionelmc/python-hunter

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
*.py[cod]
__pycache__

# Temp files
.*.sw[po]
*~
*.bak
.DS_Store

# C extensions
*.so

# Build and package files
*.egg
*.egg-info
.bootstrap
.build
.cache
.eggs
.env
.installed.cfg
.ve
bin
build
develop-eggs
dist
eggs
lib
lib64
parts
pip-wheel-metadata/
pyvenv*/
sdist
var
venv*/
wheelhouse

# Installer logs
pip-log.txt

# Unit test / coverage reports
.benchmarks
.coverage
.coverage.*
.pytest
.pytest_cache/
.tox
coverage.xml
htmlcov
nosetests.xml

# Translations
*.mo

# Buildout
.mr.developer.cfg

# IDE project files
*.iml
*.komodoproject
.idea
.project
.pydevproject
.vscode

# Complexity
output/*.html
output/*/index.html

# Sphinx
docs/_build

# Mypy Cache
.mypy_cache/

# Generated by setuptools-scm
src/*/_version.py

# test stuff
tests/*.c

# cython annotations
src/*/*.html