ICTU/quality-time

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# OS specific files
.DS_Store

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
*.emltpl
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
components/collector/.mutmut-cache
components/collector/html/
components/frontend/coverage/

# pyenv
.python-version

# Environments
*venv
env/
venv/
ENV/
env.bak/
venv.bak/
.pipx

# mypy
.mypy_cache/

# ruff
.ruff_cache

# IDE
*.code-workspace
.vs*
.idea

# Node
node_modules/

# ESLint
.eslintcache

# Vale
docs/styles/proselint