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
|
graft docs
graft tests
include .bumpversion.cfg
include .coveragerc
include .editorconfig
include CHANGELOG.md
include CODE_OF_CONDUCT.md
include CONTRIBUTING.md
include LICENSE.md
include README.md
include noxfile.py
include requirements-dev.txt
global-exclude *.py[cod] __pycache__ *.so *.pyd *.dylib
exclude renovate.json
exclude .github/**/*
exclude .vscode/*
exclude tests/example-project/build/**/*
exclude tests/example-project/src/pypackage/*.c
exclude tests/example-project/src/pypackage/*.cpp
|