1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
exclude *.nix
exclude .pre-commit-config.yaml
exclude changelog.d/*
exclude .git_archival.txt
exclude .readthedocs.yaml
include *.py
include testing/*.py
include tox.ini
include *.rst
include LICENSE
include *.toml
include mypy.ini
include testing/Dockerfile.*
include src/setuptools_scm/.git_archival.txt
include README.md
include CHANGELOG.md
recursive-include testing *.bash
prune nextgen
prune .cursor
recursive-include docs *.md
include docs/examples/version_scheme_code/*.py
include docs/examples/version_scheme_code/*.toml
include mkdocs.yml
include uv.lock
|