peake100/pears-go

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# Eggs
*.egg-info/
*.egg
eggs/
develop-eggs/

# Bytecode compilation
**/__pycache__/
*.py[cod]
*.pyc

# library caches
.mypy_cache
.pytest_cache

# library scratch
.coverage
zdevelop/tests/_reports/*
coverage.out
zdevelop/scratch/*

# venvs
.venv/
venv/
env/
ENV/

# system files
.DS_Store

# Build Detritus
bin/
vendor/
.vendor/
build/
.build/
zdocs/build
dist/
lib/
gobin/
lib64/
parts/
sdist/
var/
.installed.cfg
.idea/
reports/