2025-02-07 00:47:33 +01:00
|
|
|
include *.txt *.rst *.py
|
|
|
|
include AUTHORS CHANGELOG LICENSE
|
|
|
|
include tox.ini
|
|
|
|
recursive-include docs *.py
|
|
|
|
recursive-include docs *.rst
|
|
|
|
recursive-include docs Makefile
|
|
|
|
recursive-include tests *.py
|
|
|
|
include tests/config_data/*
|
2025-02-07 00:48:48 +01:00
|
|
|
exclude .pre-commit-config.yaml .git-blame-ignore-revs
|