.venv/
.git/
.github/
.pytest_cache/
.ruff_cache/
.mypy_cache/
__pycache__/
*.pyc
*.egg-info/
dist/
build/
*.egg
tests/
examples/
docs/
*.md
Makefile
.gitignore
.dockerignore
