/ .gitignore
.gitignore
 1  .idea/
 2  __pycache__/
 3  *.py[cod]
 4  dist/
 5  *.egg-info/
 6  build/
 7  htmlcov/
 8  .coverage*
 9  pip-wheel-metadata/
10  .pytest_cache/
11  .mypy_cache/
12  site/
13  pdm.lock
14  pdm.toml
15  .pdm-plugins/
16  .pdm-python
17  __pypackages__/
18  .venv/
19  .cache/