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
|
graft docs
graft src
graft ci
graft tests
include .bumpversion.cfg
include .cookiecutterrc
include .coveragerc
include .editorconfig
include .github/workflows/github-actions.yml
include .pre-commit-config.yaml
include .readthedocs.yml
include .taplo.toml
include pyproject.toml
include pytest.ini
include tox.ini
include AUTHORS.rst
include CHANGELOG.rst
include CONTRIBUTING.rst
include LICENSE
include README.rst
include SECURITY.md
global-exclude *.py[cod] __pycache__/* *.so *.dylib
|