blob: 201692c1bcceb5a4f3547fc5eefa5c7c81814d6b (
plain)
1
2
3
4
5
|
include *.txt *.ini *.cfg *.rst *.toml
recursive-include tutorial *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml *.jinja2
recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
|