/ .gitignore
.gitignore
 1  *.pyc
 2  *~
 3  .*.sw[op]
 4  *.egg-info
 5  *.so
 6  dist
 7  build
 8  _build
 9  distribute-*
10  .ruff_cache/
11  .tox/
12  .vscode/
13  venv/
14  wheelhouse/