.git/
.gitignore
.venv/
__pycache__/
*.pyc
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
dist/
*.egg-info/
tests/
docs/
