Globally exclude __pycache__ and *.pyc/pyo files

This commit is contained in:
Ben Sturmfels 2021-10-12 22:29:59 +11:00
commit 2fe243561b
No known key found for this signature in database
GPG key ID: 023C05E2C9C068F0

View file

@ -1,5 +1,6 @@
include *.rst
recursive-include pelican *.html *.css *png *.rst *.markdown *.md *.mkd *.xml *.py *.jinja2
recursive-include samples *
exclude samples/__pycache__/*
include LICENSE THANKS docs/changelog.rst pyproject.toml
global-exclude __pycache__
global-exclude *.py[co]