1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
# SPDX-FileCopyrightText: David Fritzsche
# SPDX-License-Identifier: CC0-1.0
!.bumpversion.cfg
!.bumpversion.cfg.license
!.editorconfig
!.flake8
!.gitattributes
!.gitignore
!.isort.cfg
!/.github
*.bak
*.egg-info
*.pyc
*~
.*_cache
.coverage
.coverage.*
.dir-locals.el
.eggs
.envrc
.hypothesis
.idea
.mypy*
.python-version
.secrets
.tox
.vs
.vscode
/.build*
/.venv
/build*
/dist
/install*
/old-*
/pip-wheel-metadata
/protox
/public
/target
Pipfile.lock
__pycache__
_version.py
pip-wheel-metadata
|