* Update .gitignore * Simplify packaging, move mypy config to pyproject.toml * Reflow Tidelift spiel * Freshen up contribution guide * Update CI * Modernize tox & CI * 3.11 * Don't pass args to build in CI * oops * Add wheel/dist inspection * Simplify conf.py * fix * simplify * Clarify license * cleanup * docs * add missing _ * parallel output sucks
14 lines
123 B
Plaintext
14 lines
123 B
Plaintext
*.pyc
|
|
.DS_Store
|
|
.cache
|
|
.coverage
|
|
.coverage.*
|
|
.direnv
|
|
.hypothesis
|
|
.pytest_cache/
|
|
.tox
|
|
.vscode
|
|
__pycache__
|
|
dist
|
|
docs/_build/
|