blob: bd328f60818d67b65ed471a9ddcda28d3855acde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
graft docs
graft src
graft ci
graft tests
include .bumpversion.cfg
include .coveragerc
include .editorconfig
include .github/workflows/github-actions.yml
include .pre-commit-config.yaml
include .readthedocs.yml
include pytest.ini
include tox.ini
include AUTHORS.rst
include CHANGELOG.rst
include CONTRIBUTING.rst
include LICENSE
include README.rst
include *.sh
recursive-include images *.png
global-exclude *.py[cod] __pycache__/* *.so *.dylib
|