__pycache__
*.pyc
*.pyo
.venv
.env
.git
.github
.pytest_cache
.ruff_cache
.mypy_cache
*.egg-info
dist
build
tests
docs
*.md
!README.md
!pyproject.toml
