argon2-cffi/.gitignore
Hynek Schlawack 1133f3c2ba
Redo CI (#128)
* 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
2022-08-19 09:15:15 +02:00

14 lines
123 B
Plaintext

*.pyc
.DS_Store
.cache
.coverage
.coverage.*
.direnv
.hypothesis
.pytest_cache/
.tox
.vscode
__pycache__
dist
docs/_build/