include LICENSE.txt AUTHORS README.rst pytest.ini
recursive-include tests *
recursive-include docs *
global-exclude __pycache__
global-exclude *.py[co]
global-exclude *.coverage
global-exclude *.so
global-exclude *.ipynb_checkpoints
global-exclude ipynb_checkpoints
global-exclude *-checkpoint.ipynb
global-exclude *checkpoint*
global-exclude .*ipynb_checkpoints*
prune "docs/Examples/Crane TP 410 Solved Problems/.ipynb_checkpoints/"
prune docs/Data/.ipynb_checkpoints/
recursive-exclude docs *ipynb_checkpoints
|