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