lainiwa/buglog

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
*.pyc
__pycache__

# Packages
*.egg
*.egg-info
/dist/*
build
_build
.cache
*.so

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
.nox
.pytest_cache
htmlcov

.DS_Store
.idea/*
.python-version
.vscode/*

/test.py
/test_*.*

/setup.cfg
MANIFEST.in
/setup.py
/docs/site/*
/tests/fixtures/simple_project/setup.py
/tests/fixtures/project_with_extras/setup.py
.mypy_cache
.pyre
.pytype
node_modules

.venv
venv
/releases/*
pip-wheel-metadata

# This file is dynamicly populated with third-party libraries
# so no need to store it in git
.isort.cfg