Text · 109 bytes Raw Blame History
1 __pycache__/
2 *.pyc
3 .venv/
4 *.egg-info/
5 dist/
6 build/
7 .coverage
8 .pytest_cache/
9 .mypy_cache/
10 .ruff_cache/
11 .docs/
12