1graft src
2include *.md pipx_demo.gif logo.png LICENSE
3
4exclude .isort.cfg .pre-commit-config.yaml get-pipx.py makefile generate_docs.py .flake8 mkdocs.yml noxfile.py .coveragerc .deepsource.toml
5recursive-exclude testdata *
6
7prune templates
8prune tests
9prune docs
10prune scripts
11
12global-exclude *.py[cod]
13global-exclude __pycache__
14global-exclude .*.swp
15